aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
Commit message (Collapse)AuthorAge
* Disble futimes() calls in hopes of fixing ↵Gravatar ridiculousfish2012-06-16
| | | | | | https://github.com/fish-shell/fish-shell/issues/122 This should keep sudo from thinking that the tty has changed as part of its tty_tickets feature.
* 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
| | | | Improved how screen.cpp interacts with output_set_writer()
* Lots of work on web configGravatar ridiculousfish2012-03-25
| | | | Change to make fish immediately show color changes
* Removed buffer_tGravatar ridiculousfish2012-03-04
|
* Support for setting both RGB and named colors on the same line, so the same ↵Gravatar ridiculousfish2012-02-13
| | | | config can work for multiple term types
* Color workGravatar ridiculousfish2012-02-11
|
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
| | | | Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
* 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
| | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable
* 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