pinosaur
/
slock.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move screen unlocking inside cleanup()
[slock.git]
/
config.def.h
1
static const char *colorname[NUMCOLS] = {
2
"black", /* after initialization */
3
"#005577", /* during input */
4
"#CC3333", /* wrong password */
5
};
6
7
/* treat a cleared input like a wrong password */
8
static const int failonclear = 1;