Browse Source

new option

config
TiynGER 9 months ago
parent
commit
45193c468d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      config.def.h

+ 3
- 0
config.def.h

@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */ /* treat a cleared input like a wrong password (color) */
static const int failonclear = 1; static const int failonclear = 1;
/* time in seconds before the monitor shuts down */
static const int monitortime = 5;

Loading…
Cancel
Save