~kris/suckless

slock

ref: c2f975773d720e734dbdab9a1e9ae51b0972ae0c slock/config.def.h -rw-r--r-- 239 bytes
c2f97577 — Quentin Rameau Exit as soon as possible on input grabbing error 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;