intial commit

This commit is contained in:
odweta
2026-05-09 10:26:32 +02:00
commit d051593b64
88 changed files with 34685 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/* user and group to drop privileges to */
static const char *user = "odweta";
static const char *group = "odweta";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#735e97", /* during input */
[FAILED] = "#CC3333", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;