* readline.c (rl_save_state, rl_restore_state): Support systems
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Dec 2003 07:25:18 +0000 (07:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Dec 2003 07:25:18 +0000 (07:25 +0000)
commitb0f0a30e296012e61e6b80787fa6a3b6add66d51
tree0afcb7de9f2ce1095d023346692469020c60fed1
parent6d53e9818ab42c294ba76dcc489feabba9e1e3aa
* readline.c (rl_save_state, rl_restore_state): Support systems
that don't define SIGWINCH.

* terminal.c (_rl_get_screen_size) [__DJGPP__]: Compute the
screen width and height using console I/O.
(_rl_init_terminal_io) [__MSDOS__]: Zero out all the _rl_term_*
variables.  Convert to _rl_* naming scheme.
(_rl_set_cursor) [__MSDOS__]: Ifdef away this function.

* display.c (_rl_move_vert) [__MSDOS__]: Don't use undeclared
variable `l'.  Use `delta' instead recomputing its value anew.
Assign -delta to i instead of the other way around.
readline/ChangeLog.gdb
readline/display.c
readline/readline.c
readline/terminal.c
This page took 0.025646 seconds and 4 git commands to generate.