summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNick Currier <nick.currier@gmail.com>2015-05-06 10:18:50 -0600
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-05-08 16:44:06 +0200
commitb1289f30b79c9c5ea43a9e9c624406d7d0661692 (patch)
treefb675681cac4c4882e9f9da8c882ec0aeb7ec110 /config.def.h
parentf5ef1b8eb5555da11e81d92d8d05acd4aba1ef40 (diff)
Option to not show failure color on clear
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 4bccb5d..fca0ae0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,3 +3,4 @@ static const char *colorname[NUMCOLS] = {
"#005577", /* during input */
"#CC3333", /* failed/cleared the input */
};
+static const Bool failonclear = True;