Commit ec701d6

bryfry <bryon@fryer.io>
2016-06-02 15:37:28
add config and .gitignore master
1 parent 65b8d52
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;