freebsd-nq/gnu/lib/libreadline
1994-05-09 18:43:40 +00:00
..
doc Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
examples Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
readline Install history.h to /usr/include/readline too, gdb4 include it 1994-05-09 18:43:40 +00:00
ChangeLog Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
COPYING Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
emacs_keymap.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
funmap.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
history.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
keymaps.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
Makefile Install history.h to /usr/include/readline too, gdb4 include it 1994-05-09 18:43:40 +00:00
readline.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
README.FreeBSD Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
tcsh_hack.readme Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
vi_keymap.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00
vi_mode.c Port readline lib into gnu system tree. 1994-05-09 15:59:10 +00:00

The GNU Readline library is a programming tool that provides a
consistent user interface for recalling lines of previously typed
input and performing editing tasks on input lines.

paul@freefall.cdrom.com

There was a bug with tcsh: when readline attempt to get tty
modes from background, it got no-echo editing tcsh mode.

Workaround for this implemented via TIOCGWINSZ/TIOCSWINSZ
with same winsize structure: it does nothing expect polling
process from background. Look tcsh_hack.readme for details.

ache@astral.msk.su