From 4da8ba603b588bef38f772c18d883fbf5ddc9e65 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 16 Mar 2017 23:30:21 -0400 Subject: Color link targets for -ls Fixes #18. --- color.h | 1 + 1 file changed, 1 insertion(+) (limited to 'color.h') diff --git a/color.h b/color.h index 6ba6fb0..ac5cb7b 100644 --- a/color.h +++ b/color.h @@ -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. */ -- cgit v1.2.3