summaryrefslogtreecommitdiffstats
path: root/lib/libedit/refresh.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge NetBSD's revision 1.27. This bug can be observed eg. when browsingstefanf2005-12-041-12/+34
| | | | | | | | | | | | | | | | | | | | | through the history in sh. | Refresh bug reported by Julien Torres: | | going from: | activate -verbose | to: | reset -activation | results in: | reset -activationverbose" | instead of: | reset -activation | | This is because we choose to insert "reset -" before the current line, | and the delete "e -" and insert "ion" in the appropriate place. The | cleareol code did not handle this case properly; we now cleareol to | the maximum number of characters of the first difference, the second | difference and the difference in line length.
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-21/+33
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* Fix ID's after a total boch CVS merge due to multiple people makingobrien2001-10-011-2/+0
| | | | | | | | commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do."
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-776/+864
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-0/+2
|
* ctype: portability, sign extension and cleanup fixesache1997-06-271-7/+6
|
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-1/+2
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* 8bit cleaness (ctype) fixesache1996-08-111-1/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-34/+34
|
* Fix bug with 8-bit chars sign extention (ctype not works)ache1994-10-021-4/+6
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1013
OpenPOWER on IntegriCloud