From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19846 invoked by alias); 11 May 2005 07:53:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19768 invoked from network); 11 May 2005 07:53:44 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 11 May 2005 07:53:44 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BEQ76586 (AUTH halo1); Wed, 11 May 2005 10:51:19 +0300 (IDT) Date: Wed, 11 May 2005 13:42:00 -0000 From: "Eli Zaretskii" To: Mark Mitchell Message-ID: <01c555fd$Blat.v2.4$f4d65060@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: drow@false.org, bug-readline@gnu.org, gdb-patches@sources.redhat.com In-reply-to: <4281AC36.7080100@codesourcery.com> (message from Mark Mitchell on Tue, 10 May 2005 23:54:46 -0700) Subject: Re: PATCH: Use getche on Win32 Reply-to: Eli Zaretskii References: <200505092015.j49KFoPw028903@sethra.codesourcery.com> <01c55512$Blat.v2.4$85bf3480@zahav.net.il> <42804E09.9060508@codesourcery.com> <01c55598$Blat.v2.4$baecd3c0@zahav.net.il> <428113E4.9090807@codesourcery.com> <01c5559e$Blat.v2.4$1b76ee60@zahav.net.il> <20050510203127.GA10559@nevyn.them.org> <4281AC36.7080100@codesourcery.com> X-SW-Source: 2005-05/txt/msg00244.txt.bz2 > Date: Tue, 10 May 2005 23:54:46 -0700 > From: Mark Mitchell > CC: Eli Zaretskii , bug-readline@gnu.org, > gdb-patches@sources.redhat.com > > As Daniel says, the Ctrl-C issue is independent of this code, and, as > Chris says, it's perfectly possible to capture Ctrl-C under Windows; we > just don't want to do it here. In the last sentence, what does ``here'' mean? Do you mean you don't want to do it in Readline? If so, I think it's a mistake: the Unix code of Readline clearly does manipulate signals, and I think a Windows port should be as close to it as it can.