diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
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; | |||
20 | static unsigned int xfps = 60; | 20 | static unsigned int xfps = 60; |
21 | static unsigned int actionfps = 30; | 21 | static unsigned int actionfps = 30; |
22 | 22 | ||
23 | /* blinking timeout (set to 0 to disable blinking) */ | ||
24 | static unsigned int blinktimeout = 800; | ||
25 | |||
23 | /* TERM value */ | 26 | /* TERM value */ |
24 | static char termname[] = "st-256color"; | 27 | static char termname[] = "st-256color"; |
25 | 28 | ||