This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] Sync window sizes between Readline and GDB


   Date: Mon, 18 Aug 2003 12:48:42 +0200
   From: "Eli Zaretskii" <eliz@elta.co.il>

   > Date: Sun, 17 Aug 2003 20:41:13 +0200 (CEST)
   > From: Mark Kettenis <kettenis@chello.nl>
   > 
   > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]