summaryrefslogtreecommitdiffstats
path: root/color.h
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.01.0Tavian Barnes2017-04-241-1/+1
|
* Color link targets for -lsTavian Barnes2017-03-161-0/+1
| | | | Fixes #18.
* Give struct expr a CFILE* instead of just a FILE*Tavian Barnes2017-03-161-0/+14
| | | | This unifies the behaviour of -print and -fprint /dev/stdout.
* Make a printf()-style API for colored messagesTavian Barnes2017-03-111-31/+36
|
* Update some copyright dates.Tavian Barnes2016-11-241-1/+1
|
* Check for errors in -print and friends.Tavian Barnes2016-10-161-3/+6
|
* 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