summaryrefslogtreecommitdiffstats
path: root/color.h
AgeCommit message (Collapse)Author
2016-02-14s/color_table/colors/.Tavian Barnes
2016-02-14Refactor color handling.Tavian Barnes
The main benefit is colored warnings/errors during parsing.
2016-02-14Don't modify the result of getenv().Tavian Barnes
2016-02-04Don't use typedefs to avoid struct/enum tags.Tavian Barnes
2015-09-26bftw() interface improvements:Tavian Barnes
- 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
2015-09-08Implement -delete.Tavian Barnes
Related to #5.
2015-09-02Print the root file/directory too.Tavian Barnes
2015-07-25Recover from errors in diropen().Tavian Barnes
Fixes #4.
2015-06-20Add initial support for colorized output.Tavian Barnes