From: Steven Schubiger Date: Fri, 20 Oct 2017 20:20:16 +0000 (+0200) Subject: Document customizing color separator X-Git-Tag: v0.63~5 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=1ab8fa04616470ffa28b803a5b1b747860d3b12f Document customizing color separator --- diff --git a/README b/README index a6e8f0f..4fcf139 100644 --- a/README +++ b/README @@ -35,6 +35,14 @@ user permissions). Finally, clean up the working directory through `make clean'. +Customizing instructions +------------------------ +The default character ('/') which separates the foreground +from the background color may be redefined: + +`make FLAGS=-DCOLOR_SEP_CHAR_COLON' -> defines as ':' +`make FLAGS=-DCOLOR_SEP_CHAR_SLASH' -> defines as '/' + Debugging instructions ---------------------- For the sake of completeness, colorize can be also built with