summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-09-18 16:55:25 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-10-09 12:19:28 -0400
commit41a569afc420651dbfc39a14deec6e6da3468250 (patch)
tree3e73340c0ce6c4c714f82129fc89d89be5a701f8 /color.h
parent6d537cb95878bcfa4803af8a42a55e74b463e5c8 (diff)
downloadbfs-41a569afc420651dbfc39a14deec6e6da3468250.tar.xz
color: New %pF format for file names
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 9b83ea4..997fe00 100644
--- a/color.h
+++ b/color.h
@@ -100,6 +100,7 @@ int cfclose(CFILE *cfile);
* %s: A string
* %zu: A size_t
* %m: strerror(errno)
+ * %pF: A colored file name, from a const struct BFTW * argument
* %pP: A colored file path, from a const struct BFTW * argument
* %pL: A colored link target, from a const struct BFTW * argument
* %pe: Dump a const struct expr *, for debugging.