~kris/suckless

slock

ref: a7afade1701a809f6a33b53525d59dd29b38d381 slock/config.def.h -rw-r--r-- 239 bytes
a7afade1 — Hiltjo Posthuma clear passwords with explicit_bzero 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;