index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
highlight.h
Commit message (
Expand
)
Author
Age
*
More warning fixes and switching from int to long or size_t
ridiculousfish
2012-08-04
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...
ridiculousfish
2012-07-06
*
Fix a class/struct disparity
ridiculousfish
2012-07-01
*
Some improvements to validate commands suggested from history
Siteshwar Vashisht
2012-06-29
*
Fix for https://github.com/ridiculousfish/fishfish/issues/3
ridiculousfish
2012-05-13
*
Factor is_potential_path to properly handle CDPATH
ridiculousfish
2012-05-07
*
Made tests compile again
ridiculousfish
2012-05-07
*
Fix to change highlighting functions to take wcstring& instead of const wchar...
ridiculousfish
2012-02-21
*
Switch to using std::vector instead of int* for colors in highlight.cpp, for ...
ridiculousfish
2012-02-21
*
Piling on more code to make autosuggestion try to guess directories even when...
ridiculousfish
2012-02-20
*
Fix to avoid calling signal_block off of hte main thread
ridiculousfish
2012-02-18
*
Fix to prevent autosuggesting cd'ing to the current working directory
ridiculousfish
2012-02-18
*
Changes to make autosuggestion even smarter by specially recognizing the cd c...
ridiculousfish
2012-02-18
*
Support for setting both RGB and named colors on the same line, so the same c...
ridiculousfish
2012-02-13
*
Added color.h, color.cpp. Got term256 colors working.
ridiculousfish
2012-02-12
*
Color work
ridiculousfish
2012-02-11
*
Migrate errors from array_list_t to wcstring_list_t
ridiculousfish
2012-02-10
*
Added autosuggestion color variable fish_color_autosuggestion
ridiculousfish
2012-02-06
*
Improve const and signed/unsigned correctness
Peter Ammon
2012-01-14
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Large number of sourcecode comment edits, and some minor code polish
axel
2006-06-20
*
Add header guards to the header files.
James Vega
2005-10-05
*
Initial revision
axel
2005-09-20