From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27228 invoked by alias); 18 Aug 2003 17:24:33 -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 27203 invoked from network); 18 Aug 2003 17:24:32 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 18 Aug 2003 17:24:32 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h7IHOUCH011184; Mon, 18 Aug 2003 19:24:30 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h7IHOTF7042472; Mon, 18 Aug 2003 19:24:29 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h7IHOTXW042469; Mon, 18 Aug 2003 19:24:29 +0200 (CEST) Date: Mon, 18 Aug 2003 17:24:00 -0000 Message-Id: <200308181724.h7IHOTXW042469@elgar.kettenis.dyndns.org> From: Mark Kettenis To: eliz@elta.co.il CC: gdb-patches@sources.redhat.com In-reply-to: <2593-Mon18Aug2003124842+0300-eliz@elta.co.il> Subject: Re: [PATCH/RFA] Sync window sizes between Readline and GDB References: <200308171841.h7HIfDdl034523@elgar.kettenis.dyndns.org> <2593-Mon18Aug2003124842+0300-eliz@elta.co.il> X-SW-Source: 2003-08/txt/msg00299.txt.bz2 Date: Mon, 18 Aug 2003 12:48:42 +0200 From: "Eli Zaretskii" > 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). Ah sorry, I was under the impression you had some sort of termcap emulation. Anyway, I suppose you don't have this terminal madness on plain old DOS. I'll re-instate the old code before checking this in. Thanks, Mark