tangled
alpha
login
or
join now
jcs.org
/
slock
0
fork
atom
slock with DPMS and other tweaks
0
fork
atom
overview
issues
pulls
pipelines
clarify colors in config.def.h
Markus Teich
9 years ago
ae96836f
7d31ff65
+4
-4
1 changed file
expand all
collapse all
unified
split
config.def.h
+4
-4
config.def.h
···
3
3
static const char *group = "nogroup";
4
4
5
5
static const char *colorname[NUMCOLS] = {
6
6
-
"black", /* after initialization */
7
7
-
"#005577", /* during input */
8
8
-
"#CC3333", /* wrong password */
6
6
+
[INIT] = "black", /* after initialization */
7
7
+
[INPUT] = "#005577", /* during input */
8
8
+
[FAILED] = "#CC3333", /* wrong password */
9
9
};
10
10
11
11
-
/* treat a cleared input like a wrong password */
11
11
+
/* treat a cleared input like a wrong password (color) */
12
12
static const int failonclear = 1;