~kris/suckless

slock

ref: 55e827af0fb94f6c2b9e76a7bfe7e98cf697dc7b slock/config.def.h -rw-r--r-- 202 bytes
55e827af — Markus Teich code style fix 10 years ago
                                                                                
1
2
3
4
5
6
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* failed/cleared the input */
};
static const Bool failonclear = True;