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 693bdbd..2c97266 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,6 +13,9 @@ static char shell[] = "/bin/sh";
13static unsigned int doubleclicktimeout = 300; 13static unsigned int doubleclicktimeout = 300;
14static unsigned int tripleclicktimeout = 600; 14static unsigned int tripleclicktimeout = 600;
15 15
16/* alt screens */
17static bool allowaltscreen = true;
18
16/* frames per second st should at maximum draw to the screen */ 19/* frames per second st should at maximum draw to the screen */
17static unsigned int xfps = 60; 20static unsigned int xfps = 60;
18static unsigned int actionfps = 30; 21static unsigned int actionfps = 30;