From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8660 invoked by alias); 8 Feb 2006 13:43:41 -0000 Received: (qmail 8651 invoked by uid 22791); 8 Feb 2006 13:43:41 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 08 Feb 2006 13:43:39 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F6pbc-00060R-A4; Wed, 08 Feb 2006 08:43:36 -0500 Date: Wed, 08 Feb 2006 13:43:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches@sources.redhat.com, bash-maintainers@gnu.org Subject: Re: [readline-mingw] backspace key and TUI size Message-ID: <20060208134335.GA22980@nevyn.them.org> Mail-Followup-To: Denis PILAT , gdb-patches@sources.redhat.com, bash-maintainers@gnu.org References: <43E9A5B1.1030001@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E9A5B1.1030001@st.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00169.txt.bz2 On Wed, Feb 08, 2006 at 09:02:57AM +0100, Denis PILAT wrote: > Hi, > > When compiling gdb 6.4 for native window host (minGW) I get a gdb.exe > and a gdbtui.exe where there were 2 problems. > - In the gdbtui.exe version, the TUI interface do not fit in the DOS > command window. > - In the gdb.exe version, the backspace key do not behave correctly. > > I did some little modification in readline to fix both problems. I > attach the patch applied. > I've already submitted it to Chet Ramey (the readline maintainer at > bash-maintainers@gnu.org) who accepted it. > I don't know the gdb policy with readline synchronization, but I would > like it to be integrated as well in gdb distribution. We can import readline patches; I assume Chet didn't take this as-is (it has a stray printf in it). Chet, if you have a chance, could you send us the version you've applied, so we can merge it? Denis, I'm not sure why the backspace fix was necessary for you; my backspace works fine. What did this fix? -- Daniel Jacobowitz CodeSourcery