freebsd-nq/gnu/lib/libreadline
1994-05-11 15:19:11 +00:00
..
doc Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
examples Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
readline Back out forced 8-bit mode, it can be tudned from ~/.inputrc file 1994-05-11 15:09:10 +00:00
bind.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
ChangeLog Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
complete.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
COPYING Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
display.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
emacs_keymap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
funmap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
history.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
isearch.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
keymaps.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
Makefile Add VI_MODE to CFLAGS 1994-05-11 15:11:01 +00:00
parens.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
posixstat.h Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
readline.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
README.FreeBSD Add some note, how to tune readline to 8-bit clean mode 1994-05-11 15:19:11 +00:00
rldefs.h Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
rltty.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
search.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
signals.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
sysdep.h Merge with much improved version from gdb4.11 1994-05-09 20:36:08 +00:00
tcsh_hack.readme Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
tilde.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
vi_keymap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
vi_mode.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
xmalloc.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +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.

Here is megred version with readline comes from gdb4.11
and with readline 2.0 comes from bash1.13.1.CWRU

If you want 8-bit clean version, put
	set convert-meta off
in your ~/.inputrc file

ache@astral.msk.su