Display timeout setting and run loop improvements.

This commit is contained in:
2026-09-03 21:34:04 -07:00
parent 3f9a2b9e15
commit 7f2ec329c4
3 changed files with 301 additions and 123 deletions
+2
View File
@@ -3,6 +3,8 @@
static const char *user = "";
static const char *group = "";
static const int displaytimeout = 5; /* 0 to disable */
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */