diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ static const char *colorname[NUMCOLS] = { | |||
6 | [INIT] = "black", /* after initialization */ | 6 | [INIT] = "black", /* after initialization */ |
7 | [INPUT] = "#005577", /* during input */ | 7 | [INPUT] = "#005577", /* during input */ |
8 | [FAILED] = "#CC3333", /* wrong password */ | 8 | [FAILED] = "#CC3333", /* wrong password */ |
9 | [CAPS] = "red", /* CapsLock on */ | ||
9 | }; | 10 | }; |
10 | 11 | ||
11 | /* treat a cleared input like a wrong password (color) */ | 12 | /* treat a cleared input like a wrong password (color) */ |