From c6cf5ec6ae6420e902441289a5b7524a2322a664 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 27 Aug 2017 13:56:24 -0400 Subject: Implement cost-based optimization --- color.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'color.h') 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' -- cgit v1.2.3