aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set_color.cpp
Commit message (Collapse)AuthorAge
* Fix gettext macro to stop casting everything to wchar_t * (oops)Gravatar ridiculousfish2013-03-24
|
* Large set of changes to how PATH is handled. Changed fish to no longer ↵Gravatar ridiculousfish2013-02-19
| | | | | | modify PATH in share/config.fish. Introduced variable fish_user_paths, and a glue function __fish_reconstruct_path that splices together PATH with fish_user_paths. Changed fish to no longer validate changes to PATH unless the paths are new (i.e. don't recheck what's already there). Modified certain sets to store const wchar_t instead of wcstring to save a few allocations. https://github.com/fish-shell/fish-shell/issues/527
* Teach set_color to call setupterm so it doesn't crash when run non-interactivelyGravatar ridiculousfish2013-02-15
|
* Remove set_color from Makefile. Fix issue where builtin_set_color would mix ↵Gravatar ridiculousfish2013-02-14
| | | | output modes up
* First stab at builtin set_color. Moved set_color.cpp to ↵Gravatar ridiculousfish2013-02-14
builtin_set_color.cpp and taught fish about it.