aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
Commit message (Expand)AuthorAge
* Switch from int cursor[2] to struct cursor { int x; int y; }Gravatar ridiculousfish2012-08-04
* Additional warning fixes and migration from int to size_t or long where appro...Gravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
* First pass at making autosuggestions not trigger wrappingGravatar ridiculousfish2012-07-12
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Color workGravatar ridiculousfish2012-02-11
* ColorsGravatar ridiculousfish2012-02-10
* Migrate some more away from array_list_tGravatar ridiculousfish2011-12-28
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Make sure that ouput with no trailing newline is not eaten. This is a regress...Gravatar liljencrantz2007-09-24
* Make the screen repainting code slightly more robust by keeping track of whet...Gravatar axel2006-10-09
* Add autoindentation supportGravatar axel2006-10-07
* 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