mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 14:05:51 +02:00
7 lines
202 B
C
7 lines
202 B
C
static const char *colorname[NUMCOLS] = {
|
|
"black", /* after initialization */
|
|
"#005577", /* during input */
|
|
"#CC3333", /* failed/cleared the input */
|
|
};
|
|
static const Bool failonclear = True;
|