aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index ceceeb0..6991d6b 100644
--- a/config.h
+++ b/config.h
@@ -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) */