mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 12:05:51 +00:00
9 lines
239 B
C
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;
|