]> git.refcnt.org Git - colorize.git/commitdiff
List color separator in version output
authorSteven Schubiger <stsc@refcnt.org>
Wed, 20 Jan 2016 18:33:54 +0000 (19:33 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 20 Jan 2016 18:33:54 +0000 (19:33 +0100)
colorize.c

index 67a78cffccebe5a7cf4738216371df74800bb806..3b25357a9fab37665273a0374a8b79bd3e298390 100644 (file)
@@ -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");
 }