~kris/suckless

slock

ref: 10d4e479c5f6d91bf86e15be3a12c6b09c9808be slock/config.def.h -rw-r--r-- 202 bytes
10d4e479 — Markus Teich consistently use () with sizeof 11 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;