From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29876 invoked by alias); 18 Aug 2003 09:53:10 -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 29868 invoked from network); 18 Aug 2003 09:53:09 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 18 Aug 2003 09:53:09 -0000 Received: from zaretski (pns03-206-106.inter.net.il [80.230.206.106]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id CRH48665; Mon, 18 Aug 2003 12:53:05 +0300 (IDT) Date: Mon, 18 Aug 2003 09:53:00 -0000 From: "Eli Zaretskii" To: kettenis@chello.nl Message-Id: <2593-Mon18Aug2003124842+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <200308171841.h7HIfDdl034523@elgar.kettenis.dyndns.org> (message from Mark Kettenis on Sun, 17 Aug 2003 20:41:13 +0200 (CEST)) Subject: Re: [PATCH/RFA] Sync window sizes between Readline and GDB Reply-to: Eli Zaretskii References: <200308171841.h7HIfDdl034523@elgar.kettenis.dyndns.org> X-SW-Source: 2003-08/txt/msg00290.txt.bz2 > Date: Sun, 17 Aug 2003 20:41:13 +0200 (CEST) > From: Mark Kettenis > > The attached makes sure GDB's and Readline's idea of the screen size > are the same. It gets rid of some rather platform-specific code and > uses similar code in Readline instead. For the DJGPP port, you are introducing calls that were not made before. I'm not sure they will work, especially the call to tgetnum (DJGPP doesn't have a termcap/terminfo emulation yet).