NetBSD/lib/libedit
chuck c23199d5e1 make xxgdb and a gdb linked with libedit's readline emulation work
properly together.   xxgdb communicates with a gdb running on a pty
that it sets to -echo,-onlcr prior to forking the gdb process.
GNU readline preserves the -echo setting while libedit was undoing it
(setting the tty to a sane state and totally confusing xxgdb's parser).

this diff simply disables libedit if both readline emulation and
"stty -echo" are used/set.   that is enough to make xxgdb work once
again, but (XXX) this is not how GNU readline handles stty -echo (it
does not echo anything, but editing commands like ^A,^K, etc.
still work), so the readline emulation isn't perfect.

change reviewed by christos.
2000-08-02 03:36:39 +00:00
..
TEST
Makefile
chared.c
chared.h
common.c
editline.3
editrc.5 * add -m option to makelist, which generates an mdoc table with the key 2000-06-21 03:21:28 +00:00
el.c make xxgdb and a gdb linked with libedit's readline emulation work 2000-08-02 03:36:39 +00:00
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
key.c
key.h
makelist * add -m option to makelist, which generates an mdoc table with the key 2000-06-21 03:21:28 +00:00
map.c
map.h
parse.c include <stdlib.h> to get definition of malloc() and free(), so it's 2000-03-10 12:25:47 +00:00
parse.h
prompt.c
prompt.h
read.c
readline.c Fix _rl_compat_sub() to really honour 'globally' flag instead 2000-03-10 13:06:43 +00:00
readline.h
refresh.c Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c use strtol() (instead of atoi()) for sane error detection 2000-06-02 13:37:12 +00:00
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c