From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10560 invoked by alias); 24 Feb 2006 18:44:54 -0000 Received: (qmail 10552 invoked by uid 22791); 24 Feb 2006 18:44:53 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Feb 2006 18:44:53 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-157-5.inter.net.il [80.230.157.5]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DQB04814 (AUTH halo1); Fri, 24 Feb 2006 20:44:44 +0200 (IST) Date: Fri, 24 Feb 2006 18:48:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com, bash-maintainers@gnu.org In-reply-to: <20060224140144.GA24232@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 24 Feb 2006 09:01:45 -0500) Subject: Re: [readline-mingw] backspace key and TUI size Reply-to: Eli Zaretskii References: <20060208165114.GA28698@nevyn.them.org> <43EA2A39.4000107@st.com> <20060208173951.GA31572@nevyn.them.org> <43EB0CF9.1080406@st.com> <20060209134942.GA23253@nevyn.them.org> <43ECB429.6070003@st.com> <20060220153647.GA16058@nevyn.them.org> <20060223182145.GA25411@nevyn.them.org> <20060224140144.GA24232@nevyn.them.org> 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/msg00463.txt.bz2 > Date: Fri, 24 Feb 2006 09:01:45 -0500 > From: Daniel Jacobowitz > Cc: Denis PILAT , Andrew STUBBS , > gdb-patches@sources.redhat.com, bash-maintainers@gnu.org > > This happens because you bypass rl_get_screen_size. Therefore you > use the "real" screen size, rather than readline's adjusted view of it. Right, thanks. So all you need to do is prevent readline from decrementing _rl_screenwidth in the Windows case.