~kris/suckless

slock

ref: 39fb855aa100c5a5a8b7f3b6cc1fbb2135fe7dde slock/config.def.h -rw-r--r-- 239 bytes
39fb855a — Quentin Rameau Move screen unlocking inside cleanup() 10 years ago
                                                                                
1
2
3
4
5
6
7
8
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;