diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-03 20:42:27 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-03 20:42:27 +0200 |
commit | 580c8bbd4691218849c9a809acaa4c95f65cb846 (patch) | |
tree | 94283f84927f665aac7302d557cb650355885bd3 /config.def.h | |
parent | 502911e55442a89602bd5681763f68250bff330b (diff) | |
download | st-580c8bbd4691218849c9a809acaa4c95f65cb846.tar.gz st-580c8bbd4691218849c9a809acaa4c95f65cb846.zip |
Add an option to disable alternative screens.
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 693bdbd..2c97266 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -13,6 +13,9 @@ static char shell[] = "/bin/sh"; | |||
13 | static unsigned int doubleclicktimeout = 300; | 13 | static unsigned int doubleclicktimeout = 300; |
14 | static unsigned int tripleclicktimeout = 600; | 14 | static unsigned int tripleclicktimeout = 600; |
15 | 15 | ||
16 | /* alt screens */ | ||
17 | static 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 */ |
17 | static unsigned int xfps = 60; | 20 | static unsigned int xfps = 60; |
18 | static unsigned int actionfps = 30; | 21 | static unsigned int actionfps = 30; |