summaryrefslogtreecommitdiffstats
path: root/lib/libedit/refresh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In re_fastputc(), set lastline to the new line, not the previousmillert2018-10-111-2/+2
* Initialize "old" screen buffer lines before use; otherwise, they wouldschwarze2017-07-261-8/+10
* typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)schwarze2016-05-061-3/+3
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-22/+22
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-30/+30
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-5/+5
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-8/+10
* format string fixes in debug code;schwarze2016-03-221-19/+22
* Cleanup of standard header inclusion:schwarze2016-03-201-9/+8
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-7/+7
* Third step in synching with NetBSD:schwarze2016-01-301-75/+75
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-184/+250
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-784/+889
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* is -Wall clean by making rcsid constavsm2003-05-011-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-8/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* the thederaadt1997-04-091-3/+3
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-3/+4
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+1013