slock/config.def.h
FRIGN bdcbeab0d8 Clarify config.def.h
Clear up the wording a bit and explain what failonclear means.
2016-02-14 01:33:18 +01:00

9 lines
239 B
C

static const char *colorname[NUMCOLS] = {
"black", /* after initialization */
"#005577", /* during input */
"#CC3333", /* wrong password */
};
/* treat a cleared input like a wrong password */
static const int failonclear = 1;