src/readline terminal.c
eliz@sourceware.cygnus.com
eliz@sourceware.cygnus.com
Wed Mar 15 04:06:00 GMT 2000
CVSROOT: /cvs/src
Module name: src
Changes by: eliz@sourceware.cygnus.com 00/03/15 04:05:59
Modified files:
readline : terminal.c
Log message:
[__GO32__]: Include <pc.h>.
Declare _rl_redisplay_after_sigwinch.
[__DJGPP__]: Don't declare term_buffer and term_string_buffer (they are
unused.)
(_rl_get_screen_size) [__DJGPP__]: Call ScreenRows and ScreenCols.
(_rl_init_terminal_io) [__GO32__]: Don't call them here. Instead, call
_rl_get_screen_size. Set terminal_name. Return 0, to be consistent with
the function's declaration.
(ding) [__GO32__]: Support visual bell by calling ScreenVisualBell.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/readline/terminal.c.diff?cvsroot=src&r1=1.1.1.3&r2=1.2
More information about the Gdb-cvs
mailing list