aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
Commit message (Expand)AuthorAge
* Set of changes to improve detection of escape sequences for prompt widthGravatar ridiculousfish2013-09-29
* Include the autosuggestion in history if it was truncatedGravatar ridiculousfish2013-08-20
* Clean up comments and fix spelling errorsGravatar Yannis Chatzimichos2013-02-20
* Fix spelling: s/inetrnal/internal/gGravatar Cheer Xiao2013-01-24
* When the user input contains capital letters, use its case rather than the au...Gravatar ridiculousfish2013-01-05
* Change to make the lookahead array a std::stack instead of a static 4k list(!)Gravatar ridiculousfish2012-11-24
* Improvements to avoid clearing the screen as often, which addresses a problem...Gravatar ridiculousfish2012-11-24
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Initial right_prompt workGravatar ridiculousfish2012-11-04
* Prevent some cases where garbage gets dumped on the screen during window resi...Gravatar ridiculousfish2012-10-02
* Work on soft wrapping to address https://github.com/fish-shell/fish-shell/iss...Gravatar ridiculousfish2012-10-01
* 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