From b1289f30b79c9c5ea43a9e9c624406d7d0661692 Mon Sep 17 00:00:00 2001 From: Nick Currier Date: Wed, 6 May 2015 10:18:50 -0600 Subject: Option to not show failure color on clear --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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; -- cgit v1.2.3