From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11935 invoked by alias); 8 Feb 2006 17:13:27 -0000 Received: (qmail 11925 invoked by uid 22791); 8 Feb 2006 17:13:27 -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 17:13:26 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F6ssd-0007y8-Is; Wed, 08 Feb 2006 12:13:23 -0500 Date: Wed, 08 Feb 2006 17:13:00 -0000 From: Daniel Jacobowitz To: Chet Ramey Cc: Andrew STUBBS , Denis PILAT , gdb-patches@sources.redhat.com, bash-maintainers@gnu.org, chet@case.edu Subject: Re: [readline-mingw] backspace key and TUI size Message-ID: <20060208171323.GA30534@nevyn.them.org> Mail-Followup-To: Chet Ramey , Andrew STUBBS , Denis PILAT , gdb-patches@sources.redhat.com, bash-maintainers@gnu.org, chet@case.edu References: <43E9A5B1.1030001@st.com> <20060208134335.GA22980@nevyn.them.org> <43EA1655.609@st.com> <20060208161452.GA26965@nevyn.them.org> <43EA201B.5080305@st.com> <20060208165114.GA28698@nevyn.them.org> <43EA2464.8040306@case.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43EA2464.8040306@case.edu> 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/msg00179.txt.bz2 On Wed, Feb 08, 2006 at 12:03:32PM -0500, Chet Ramey wrote: > Daniel Jacobowitz wrote: > > > Please, guys, if you're going to submit patches that only matter with > > other configuration changes and patches, say so! > > > > I'd like to understand what goes wrong for you and why outputing > > whatever pdcurses is giving you for backspace doesn't work. > > Can we all agree that the screensize code is valuable, at least? Absolutely! Eli pointed out that it needs some error checking; this is somewhat important, because stdin might not be connected to a console (e.g. a pipe). But other than that it looked right to me. -- Daniel Jacobowitz CodeSourcery