summaryrefslogtreecommitdiff
path: root/lib/libedit/refresh.c
AgeCommit message (Collapse)Author
2000-03-13Fix doubled 'the's.soren
2000-02-19Fix refresh glitches when using auto-margin.mycroft
2000-01-20Add support for automatic and magic margins (from tcsh)christos
This makes the rightmost column usable on all programs that use editline.
1999-11-13instead of using a private coord_t global variable to store the size of thelukem
rprompt, use the previously unused coord_t el->el_rprompt.p_pos
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
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-10-15don't assume locales are not working - it may not be the casejdolecek
re_refresh(): cast the character passed to re_addc() to unsigned char, so we don't end up calling isprint() with negative value when chars are signed and character value is >= 128
1999-07-02More trailing white space.simonb
1999-06-12Make this compile under linuxchristos
1999-02-05delint.christos
1998-12-12delintchristos
1998-05-20cast is*() arg to unsigned charchristos
1997-07-06Fix compiler warnings.christos
1997-01-11RCSid policelukem
editline first appeared in 4.4BSD not NetBSD1.0
1994-05-06libedit!cgd