Compare commits

..

No commits in common. "jakefication" and "upstream" have entirely different histories.

2 changed files with 0 additions and 14 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
*.o
/slock

View file

@ -1,12 +0,0 @@
/* user and group to drop privileges to */
static const char *user = "nobody";
static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#ffc000", /* during input */
[FAILED] = "#ff0000", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;