~kris/suckless

slock

ref: a9eddbd94fb03a36186ef2b1e784468dfcddbc19 slock/config.def.h -rw-r--r-- 239 bytes
a9eddbd9 — FRIGN Convert manpage to mandoc and fix usage 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;