aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.c
Commit message (Expand)AuthorAge
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Add a mino-prompt when the normal prompt is too large to display. The old beh...Gravatar liljencrantz2007-08-03
* Implement a minimal 'dumb terminal mode'. This mode is used to at least get t...Gravatar axel2007-08-02
* When clearing a line in the screen handler, also make sure that the internal ...Gravatar axel2007-01-30
* Add missing include in screen.cGravatar axel2006-11-18
* A few additional input checks, minor code simplifications, and some indentati...Gravatar axel2006-11-15
* Add support for detecting and handling the screen-specific \ek\e\ escape sequ...Gravatar axel2006-11-15
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Minor edits, remove unneeded code, add a few commants, correct spelling, twea...Gravatar axel2006-10-26
* Minor code simplifications in the reader and related librariesGravatar axel2006-10-17
* Make the screen repainting code slightly more robust by keeping track of whet...Gravatar axel2006-10-09
* Various minor cleanupsGravatar axel2006-10-09
* Fis minor memory leak in screen handling codeGravatar axel2006-10-08
* Add autoindentation supportGravatar axel2006-10-07
* Color the ellipsis used by line wrapping as comments. Thanks to Philip Ganche...Gravatar axel2006-10-06
* Move the code keeping track of file descriptor modification from reader.c to ...Gravatar axel2006-10-05
* Detect and handle terminals size changesGravatar axel2006-10-05
* Various fixes to make double-wide characters (e.g. asian characters) work wit...Gravatar axel2006-10-02
* Second cleanup of multiline editing patch. Add code comments, use better vari...Gravatar axel2006-10-02
* First cleanup of multiline patch - add support for commands longer than one l...Gravatar axel2006-10-02
* First stab at multiline editingGravatar axel2006-10-02