~kris/suckless

slock

ref: ec46680fe10ffc69007b0a8b29d9e69c72704053 slock/config.def.h -rw-r--r-- 239 bytes
ec46680f — Markus Teich revert using argv0 and minor fixup 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;