Commit ec701d6
Changed files (2)
.gitignore
@@ -0,0 +1,2 @@
+*.o
+slock
config.h
@@ -0,0 +1,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;