NetBSD/lib/libedit
lukem 509864fa8f - implement printing a right-side prompt. code derived from similar work
I wrote for tcsh(1) three years ago.
- implement EL_RPROMPT, which allows a setting/getting of a function which
  returns a string to be used as the right-side prompt.
- improve HISTORY and AUTHORS sections in editline(3).
- bump shlib minor version for EL_RPROMPT.

XXX: due to an implementation issue, the rprompt has a 1 space gap before the
     edge of the logical screen. editline's logical screen is 1 space less
     than the full screen width, so there's a 2 space gap between the rprompt
     and the right end of the physical screen. i'm not concerned about this.
1999-11-12 01:05:07 +00:00
..
TEST fix id header... 1999-09-21 00:07:03 +00:00
chared.c
chared.h
common.c
editline.3 - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
editrc.5
el.c - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
el.h - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
emacs.c
hist.c
hist.h
histedit.h - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
history.c
key.c
key.h
Makefile Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compile 1999-07-06 14:10:21 +00:00
makelist
map.c don't assume locales are not working - it may not be the case 1999-10-15 17:01:19 +00:00
map.h
parse.c
parse.h
prompt.c - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
prompt.h - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
read.c remove some lint 1999-10-04 23:23:21 +00:00
readline.c
readline.h
refresh.c - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
refresh.h
search.c
search.h
shlib_version - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
sig.c
sig.h
sys.h
term.c Fix pointer arithmatic (caused problems on LP64, including ftp dumping 1999-10-24 04:04:13 +00:00
term.h update post change to return value of tputs() third argument 1999-10-04 23:24:04 +00:00
tokenizer.c
tokenizer.h
tty.c Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal) 1999-08-02 01:01:55 +00:00
tty.h apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLE 1999-09-26 14:37:47 +00:00
vi.c