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: 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).


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