aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-10-20 22:20:16 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-10-20 22:20:16 +0200
commit1ab8fa04616470ffa28b803a5b1b747860d3b12f (patch)
tree8b652664dc258219d4ea1040b2a247ab21572859 /README
parent41136e80fd6867049ac84ab962da2160d12f795e (diff)
downloadcolorize-1ab8fa04616470ffa28b803a5b1b747860d3b12f.tar.gz
colorize-1ab8fa04616470ffa28b803a5b1b747860d3b12f.tar.bz2
Document customizing color separator
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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