From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9928 invoked by alias); 10 May 2005 20:05:13 -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 9845 invoked from network); 10 May 2005 20:05:08 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 10 May 2005 20:05:08 -0000 Received: (qmail 11102 invoked from network); 10 May 2005 20:05:08 -0000 Received: from localhost (HELO ?192.168.0.5?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 10 May 2005 20:05:08 -0000 Message-ID: <428113E4.9090807@codesourcery.com> Date: Tue, 10 May 2005 20:26:00 -0000 From: Mark Mitchell User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Eli Zaretskii CC: bug-readline@gnu.org, gdb-patches@sources.redhat.com Subject: Re: PATCH: Use getche on Win32 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> In-Reply-To: <01c55598$Blat.v2.4$baecd3c0@zahav.net.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00227.txt.bz2 Eli Zaretskii wrote: >>Date: Mon, 09 May 2005 23:00:41 -0700 >>From: Mark Mitchell >>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