From 7d0375f8e08b9189112cd69492351c81b754da8b Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 16 Jun 2021 05:55:38 -0400 Subject: [PATCH] don't put on airs, "Colors" --- src/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/debug.c b/src/lib/debug.c index eb5818f99..2c33b1b8a 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -14,7 +14,7 @@ static void tinfo_debug_caps(const tinfo* ti, FILE* debugfp, int rows, int cols, unsigned images, unsigned videos){ const char indent[] = " "; - fprintf(debugfp, "%sColors: %u rgb: %c ccc: %c setaf: %c setab: %c\n", + fprintf(debugfp, "%scolors: %u rgb: %c ccc: %c setaf: %c setab: %c\n", indent, ti->colors, capbool(ti->RGBflag), capbool(ti->CCCflag), capyn(get_escape(ti, ESCAPE_SETAF)), capyn(get_escape(ti, ESCAPE_SETAB)));