aboutsummaryrefslogtreecommitdiff
path: root/readline/terminal.c
AgeCommit message (Collapse)AuthorFilesLines
2000-07-10A few tweaks required to use Readline as part of the DJGPP port of GDB.Eli Zaretskii1-4/+35
2000-07-09readline:Elena Zannoni1-123/+112
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Locally modified files: Makefile.in, configure.in, configure (regenerated), config.h.in (regenerated), readline.h, rltty.c, shell.c signals.c. Locally added files: acconfig.h, config/*, config.h.bot, cross-build/*, doc/inc-hit.texinfo. New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h. examples: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. New files: excallback.c, rlfe.c. doc: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for inclusion in the gdb manual. New file: rluserman.texinfo
2000-03-15[__GO32__]: Include <pc.h>.Eli Zaretskii1-15/+36
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.
1999-08-02import gdb-1999-08-02 snapshotJason Molenda1-0/+10
1999-04-26import gdb-19990422 snapshotStan Shebs1-0/+10
1999-04-16Initial creation of sourceware repositoryStan Shebs1-0/+545