summaryrefslogtreecommitdiff
path: root/lib/libedit/refresh.c
AgeCommit message (Expand)Author
2019-01-04Fix mis-applied change in previous. Don't increment r_oldcv twice.uwe
2018-10-23Apply revisions 1.21, 1.22 from OpenBSD:christos
2017-06-30Allow wide characters (properly encoded as byte strings according to LC_CTYPE)kre
2017-06-27fix commentchristos
2017-06-27- add literal sequence handling.christos
2016-05-09s/protected/libedit_private/gchristos
2016-05-02fix typos from Pedro Giffuni @FreeBSDchristos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11Char -> wchar_t from Ingo Schwarze.christos
2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos
2016-04-09More WIDECHAR elimination (Ingo Schwarze)christos
2016-03-02PR/50880: David Binderman: Remove redundant code.christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-16More header cleanups from Ingo Schwarze.christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos
2016-02-14From Ingo Schwarze:christos
2016-02-11- Add some more Char castschristos
2011-07-29pass -Wconversionchristos
2011-07-28term -> terminalchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-12-28reduce diff with tcshchristos
2009-12-28Fix bug where tab completion on the second or > line that caused listingchristos
2009-07-17Simplify the code. No functional change.christos
2009-05-19always scroll when we advance past bottom. From Caleb Weltonchristos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2009-02-15pass lint on _LP64.christos
2008-09-10Allow a single process to control multiple ttys (for pthreads using _REENTRANT)christos
2005-11-09Refresh bug reported by Julien Torres:christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-19From michael@moria.de:christos
2003-03-10s/u_int32_t/unsigned int/christos
2002-11-15de-lintchristos
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-11-12Fix signed/unsigned comparison warnings.thorpej
2002-10-27vi mode and memory fixes from david laight.christos
2002-10-27PR/17954: SAITOH Masanobu: since we have opost and onlcr set, we don't needchristos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-04-13rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change alllukem
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2000-09-04convert to new style guide, which includes:lukem
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
1999-11-13instead of using a private coord_t global variable to store the size of thelukem
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1999-10-15don't assume locales are not working - it may not be the casejdolecek
1999-07-02More trailing white space.simonb
1999-06-12Make this compile under linuxchristos