summaryrefslogtreecommitdiffstats
path: root/color.h
Commit message (Collapse)AuthorAgeFilesLines
* s/color_table/colors/.Tavian Barnes2016-02-141-6/+6
|
* Refactor color handling.Tavian Barnes2016-02-141-6/+24
| | | | The main benefit is colored warnings/errors during parsing.
* Don't modify the result of getenv().Tavian Barnes2016-02-141-1/+1
|
* Don't use typedefs to avoid struct/enum tags.Tavian Barnes2016-02-041-5/+5
|
* bftw() interface improvements:Tavian Barnes2015-09-261-6/+4
| | | | | | - Use enums instead of ints where it makes sense - Move the file path inside struct BFTW - Expose a fd and relative path for *at() calls
* Implement -delete.Tavian Barnes2015-09-081-3/+3
| | | | Related to #5.
* Print the root file/directory too.Tavian Barnes2015-09-021-4/+3
|
* Recover from errors in diropen().Tavian Barnes2015-07-251-0/+18
| | | | Fixes #4.
* Add initial support for colorized output.Tavian Barnes2015-06-201-0/+46