This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Use getche on Win32


> Date: Tue, 10 May 2005 23:54:46 -0700
> From: Mark Mitchell <mark@codesourcery.com>
> CC: Eli Zaretskii <eliz@gnu.org>,  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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]