>From 4e010336634a288b437ffae26fbd35539838cb0a Mon Sep 17 00:00:00 2001 From: Brand Huntsman Date: Fri, 2 Mar 2018 17:25:58 -0700 Subject: [PATCH 5/5] change wording in color_to_short() comment Signed-off-by: Brand Huntsman --- src/rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcfile.c b/src/rcfile.c index 3bb300e4..d8813c54 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -584,7 +584,7 @@ void parse_includes(char *ptr) } /* Return the short value corresponding to the color named in colorname, - * and set bright to TRUE if that color is bright. */ + * and set bright to TRUE if that color has bright prefix. */ short color_to_short(const char *colorname, bool *bright) { if (strncasecmp(colorname, "bright", 6) == 0) { -- 2.16.1