aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index d1c20bd..b44fe17 100644
--- a/config.def.h
+++ b/config.def.h
@@ -20,6 +20,9 @@ static bool allowaltscreen = true;
20static unsigned int xfps = 60; 20static unsigned int xfps = 60;
21static unsigned int actionfps = 30; 21static unsigned int actionfps = 30;
22 22
23/* blinking timeout (set to 0 to disable blinking) */
24static unsigned int blinktimeout = 800;
25
23/* TERM value */ 26/* TERM value */
24static char termname[] = "st-256color"; 27static char termname[] = "st-256color";
25 28