NetBSD/lib/libedit
lukem f87d250404 * add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
  inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
  is enabled (the default).
* add "edit  on | off" editrc command, which modifies EL_EDITMODE.
  users can now add '*:edit off' in ~/.editrc as an advisory to
  disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.
1998-07-29 02:26:00 +00:00
..
TEST
Makefile
chared.c
chared.h
common.c
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
key.c
key.h
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
readline.c
readline.h
refresh.c
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c