Option to not show failure color on clear

This commit is contained in:
Nick Currier
2015-05-06 10:18:50 -06:00
committed by Markus Teich
parent f5ef1b8eb5
commit b1289f30b7
2 changed files with 7 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ static const char *colorname[NUMCOLS] = {
"#005577", /* during input */
"#CC3333", /* failed/cleared the input */
};
static const Bool failonclear = True;