From: Steven Schubiger Date: Wed, 20 Jan 2016 18:33:54 +0000 (+0100) Subject: List color separator in version output X-Git-Tag: v0.58~3 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=1c1a8fa43747729d189904ecc2a2a86de29b88b0 List color separator in version output --- diff --git a/colorize.c b/colorize.c index 67a78cf..3b25357 100644 --- a/colorize.c +++ b/colorize.c @@ -482,6 +482,7 @@ print_version (void) } else printf ("Buffer size: %lu byte%s\n", (unsigned long)BUF_SIZE, BUF_SIZE > 1 ? "s" : ""); + printf ("Color separator: '%c'\n", COLOR_SEP_CHAR); printf ("Debugging: %s\n", debug ? "yes" : "no"); }