Go to file
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
bin Since our gcc doesn't warn about NULL format strings anymore, we can 1999-11-09 15:06:30 +00:00
distrib Add new links from tzdata1999i. 1999-11-11 14:28:23 +00:00
etc add a comment why screen 0 is commented out and when to uncomment it 1999-11-10 16:34:08 +00:00
games Since our gcc doesn't warn about NULL format strings anymore, we can 1999-11-09 15:06:30 +00:00
gnu Add register prefixes. 1999-11-10 16:54:10 +00:00
include 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
lib - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
libexec Name consistencty nit: curmark -> _rtld_curmark 1999-11-10 18:48:19 +00:00
regress Add "popen" sub directory. 1999-09-30 09:29:11 +00:00
sbin Allow setting mouse resolution and sample rate. 1999-11-11 18:29:40 +00:00
share Import tzdata1999i. 1999-11-10 20:43:07 +00:00
sys A number of stylistic changes to increase readability (many suggested 1999-11-12 00:34:57 +00:00
usr.bin Sync usage() with man page. 1999-11-11 03:06:04 +00:00
usr.sbin Check return value from realpath() to avoid a NULL pointer being passed to 1999-11-10 18:51:47 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00