aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
Commit message (Expand)AuthorAge
* Fix for off by one error with "missing newline" codeGravatar ridiculousfish2012-12-01
* First attempt at appending a "missing new line" characterGravatar ridiculousfish2012-12-01
* Additional improvements to line wrapping reliabilityGravatar ridiculousfish2012-11-26
* Additional changes to try to improve line wrappingGravatar ridiculousfish2012-11-25
* Coalesce redundant repaints, prepare to address some resizing issues (again!)Gravatar ridiculousfish2012-11-24
* 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
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Revert "Another attempt to improve right prompt on Linux"Gravatar ridiculousfish2012-11-09
* Another attempt to improve right prompt on LinuxGravatar ridiculousfish2012-11-09
* Attempt to fix fish_right_prompt under LinuxGravatar ridiculousfish2012-11-09
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Bring back ellipsisGravatar ridiculousfish2012-11-05
* Initial right_prompt workGravatar ridiculousfish2012-11-04
* Prevent multi-line prompts from repeating during window resizeGravatar ridiculousfish2012-10-15
* 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
* Remove ellipsis and newlines from long linesGravatar Siteshwar Vashisht2012-09-18
* Fixed indentation in next_tab_stopGravatar ridiculousfish2012-08-17
* Fix for issue where init_tabs can't be modified on NetBSDGravatar ridiculousfish2012-08-17
* Fixed a bunch of clang analyzer warningsGravatar ridiculousfish2012-08-05
* Fix for stack overflow when overflowing a lineGravatar ridiculousfish2012-08-04
* Fix for weird issues when a line becomes very long introduced by my warning f...Gravatar ridiculousfish2012-08-04
* 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
* Warning cleanupGravatar ridiculousfish2012-08-04
* Minor refactoring and fixed a bug in history functionGravatar Siteshwar Vashisht2012-07-24
* Print fish prompt when command is longer than a lineGravatar Siteshwar Vashisht2012-07-21
* 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
* Disble futimes() calls in hopes of fixing https://github.com/fish-shell/fish-...Gravatar ridiculousfish2012-06-16
* Make screen.cpp properly compute the length of term256 escape codesGravatar ridiculousfish2012-04-13
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Removed buffer_tGravatar ridiculousfish2012-03-04
* Support for setting both RGB and named colors on the same line, so the same c...Gravatar ridiculousfish2012-02-13
* Color workGravatar ridiculousfish2012-02-11
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Modified env.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* Modified screen.cpp to compile on Linux.Gravatar Siteshwar Vashisht2012-01-07
* 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
* Initial C++ conversionGravatar ridiculousfish2011-12-26