From 45193c468da5a7df03ceac0c9a95bb91ecf982cb Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 11:12:36 +0200 Subject: [PATCH] new option --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index 27cc2d0..1428bb0 100644 --- a/config.def.h +++ b/config.def.h @@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; + +/* time in seconds before the monitor shuts down */ +static const int monitortime = 5;