diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-05-15 22:32:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-05-15 22:47:36 -0400 |
commit | fe49b2052be8bb9a270b31a0e68ea317f1d88a1f (patch) | |
tree | 4102770c78de8050ccadf29b2657c20d6e311b38 /color.h | |
parent | 71464adaaf62c328cc85b16f49c96f482b3b46f6 (diff) | |
download | bfs-fe49b2052be8bb9a270b31a0e68ea317f1d88a1f.tar.xz |
Add colors to -D tree
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ int cfclose(CFILE *cfile); * * %%: A literal '%' * %c: A single character + * %d: An integer * %s: A string * %P: A colored file path, from a const struct BFTW * argument * %L: A colored link target, from a const struct BFTW * argument |