aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
Commit message (Expand)AuthorAge
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fix a class/struct disparityGravatar ridiculousfish2012-07-01
* Some improvements to validate commands suggested from historyGravatar Siteshwar Vashisht2012-06-29
* Fix for https://github.com/ridiculousfish/fishfish/issues/3Gravatar ridiculousfish2012-05-13
* Factor is_potential_path to properly handle CDPATHGravatar ridiculousfish2012-05-07
* Made tests compile againGravatar ridiculousfish2012-05-07
* Fix to change highlighting functions to take wcstring& instead of const wchar...Gravatar ridiculousfish2012-02-21
* Switch to using std::vector instead of int* for colors in highlight.cpp, for ...Gravatar ridiculousfish2012-02-21
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
* Fix to prevent autosuggesting cd'ing to the current working directoryGravatar ridiculousfish2012-02-18
* Changes to make autosuggestion even smarter by specially recognizing the cd c...Gravatar ridiculousfish2012-02-18
* Support for setting both RGB and named colors on the same line, so the same c...Gravatar ridiculousfish2012-02-13
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Color workGravatar ridiculousfish2012-02-11
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20