Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Fri Nov 12 01:05:08 UTC 1999

Modified Files:
        basesrc/lib/libedit: editline.3 el.c el.h histedit.h prompt.c prompt.h
            refresh.c shlib_version

Log Message:
- 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.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/lib/libedit/editline.3
cvs rdiff -r1.14 -r1.15 basesrc/lib/libedit/el.c
cvs rdiff -r1.4 -r1.5 basesrc/lib/libedit/el.h
cvs rdiff -r1.13 -r1.14 basesrc/lib/libedit/histedit.h
cvs rdiff -r1.5 -r1.6 basesrc/lib/libedit/prompt.c
cvs rdiff -r1.3 -r1.4 basesrc/lib/libedit/prompt.h
cvs rdiff -r1.9 -r1.10 basesrc/lib/libedit/refresh.c
cvs rdiff -r1.8 -r1.9 basesrc/lib/libedit/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index