summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-08-27 13:56:24 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-08-27 14:03:20 -0400
commitc6cf5ec6ae6420e902441289a5b7524a2322a664 (patch)
tree537a21dd534b83948b7e0de38e90ebf2f2fdb95e /color.h
parent8a9b6497167626e768cab063e9d6c381523b3244 (diff)
downloadbfs-c6cf5ec6ae6420e902441289a5b7524a2322a664.tar.xz
Implement cost-based optimization
Diffstat (limited to 'color.h')
-rw-r--r--color.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/color.h b/color.h
index 140e61f..d7aecfd 100644
--- a/color.h
+++ b/color.h
@@ -97,7 +97,9 @@ int cfclose(CFILE *cfile);
* %%: A literal '%'
* %c: A single character
* %d: An integer
+ * %g: A double
* %s: A string
+ * %zu: A size_t
* %P: A colored file path, from a const struct BFTW * argument
* %L: A colored link target, from a const struct BFTW * argument
* %{cc}: Change the color to 'cc'