diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-03-16 23:30:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-03-16 23:30:21 -0400 |
commit | 4da8ba603b588bef38f772c18d883fbf5ddc9e65 (patch) | |
tree | 583b6182ebc22baf1c1ce39a4686da0375ff0f04 /color.h | |
parent | c85f569daf3e0e99c9e8941d0234711afdb58cd7 (diff) | |
download | bfs-4da8ba603b588bef38f772c18d883fbf5ddc9e65.tar.xz |
Color link targets for -ls
Fixes #18.
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ int cfclose(CFILE *cfile); * %c: A single character * %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 * %{cc}: Change the color to 'cc' * @return 0 on success, -1 on failure. */ |