From 41a569afc420651dbfc39a14deec6e6da3468250 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 18 Sep 2021 16:55:25 -0400 Subject: color: New %pF format for file names --- color.h | 1 + 1 file changed, 1 insertion(+) (limited to 'color.h') 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. -- cgit v1.2.3