Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000d01c170c6$c8531c50$3d01a8c0@atom> From: "atom" To: References: <00b001c17081$fd7ffc80$10870518 AT rdondo1 DOT ca DOT home DOT com> <3BF83C82 DOT 5010109 AT ece DOT gatech DOT edu> <20011119001720 DOT GA20633 AT redhat DOT com> <003b01c17090$c521c210$578208d2 AT itdomain DOT net DOT au> <3BF88E1C DOT 80103 AT ece DOT gatech DOT edu> Subject: how to get keyboard input in cygwin GUI app? Date: Mon, 19 Nov 2001 14:52:40 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id fAJ6q2i08084 hi ,all: i compile gdb-5.0 with cgywin-2.78.2.3, i modefy the gdb's source to register SIGINT signal successfuly. and it can work in pure command. but if i run gdb with GUI,i find that it can't get keyboard input at all.then how to get keyboard input in cygwin GUI app? thanks