summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-05-15 22:32:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-05-15 22:47:36 -0400
commitfe49b2052be8bb9a270b31a0e68ea317f1d88a1f (patch)
tree4102770c78de8050ccadf29b2657c20d6e311b38 /color.h
parent71464adaaf62c328cc85b16f49c96f482b3b46f6 (diff)
downloadbfs-fe49b2052be8bb9a270b31a0e68ea317f1d88a1f.tar.xz
Add colors to -D tree
Diffstat (limited to 'color.h')
-rw-r--r--color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/color.h b/color.h
index 85019fc..c9d1474 100644
--- a/color.h
+++ b/color.h
@@ -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