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


Eli Zaretskii wrote:
Date: Mon, 09 May 2005 23:00:41 -0700
From: Mark Mitchell <mark@codesourcery.com>
CC: bug-readline@gnu.org,  gdb-patches@sources.redhat.com


What happens if you press one of the special keys, like Ctrl-C or the
arrow keys or PageDown?  Does getche still DTRT?

So, I'm not sure this entirely qualifies as "DTRT"

"DTRT" in this case means raise SIGINT when Ctrl-C is pressed and go left one character when left-arrow is pressed.

I take it, then, that you are asking that I implement that functionality in readline?


I don't mind doing so; I was merely trying to make something useful available as soon as possible.

Thanks,

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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