Compare commits
No commits in common. "jakefication" and "upstream" have entirely different histories.
jakeficati
...
upstream
2 changed files with 0 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.o
|
||||
/slock
|
12
config.h
12
config.h
|
@ -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;
|
Loading…
Reference in a new issue