aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.cpp
Commit message (Collapse)AuthorAge
* Fix to properly update colors for non-native term256 supportGravatar ridiculousfish2012-03-31
|
* Added term256 support to set_color toolGravatar ridiculousfish2012-03-13
|
* Additional work towards "forcing" term256 mode on supported termsGravatar ridiculousfish2012-03-05
|
* Begin to rework term256 supportGravatar ridiculousfish2012-03-05
|
* 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
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
|
* Color workGravatar ridiculousfish2012-02-11
|
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
|
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
|
* Cleanup of wildcard.cpp, removing ad-hoc hash table and hallocGravatar ridiculousfish2012-02-09
|
* Excised some more hallocGravatar ridiculousfish2012-02-07
|
* 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)
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|
* Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
| | | | Migrated some int to size_t
* Modified input.cpp, output.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26