aboutsummaryrefslogtreecommitdiffhomepage
path: root/set_color.cpp
Commit message (Collapse)AuthorAge
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Made set_color with no arguments not complain, so that prompts like Terlar ↵Gravatar ridiculousfish2012-10-17
| | | | don't produce errors for missing colors.
* Lots of work towards making fish build without warnings on Mountain Lion, ↵Gravatar ridiculousfish2012-08-04
| | | | mostly in terms of using size_t instead of int
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
| | | | | Fix screwy output for invalid tilde expansion in expand.cpp Some cleanup per clang static analyzer
* Added term256 support to set_color toolGravatar ridiculousfish2012-03-13
|
* Color workGravatar ridiculousfish2012-02-11
|
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26