diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 64e75b8..e246e3c 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -30,7 +30,7 @@ static unsigned int doubleclicktimeout = 300; | |||
30 | static unsigned int tripleclicktimeout = 600; | 30 | static unsigned int tripleclicktimeout = 600; |
31 | 31 | ||
32 | /* alt screens */ | 32 | /* alt screens */ |
33 | static bool allowaltscreen = true; | 33 | static int allowaltscreen = 1; |
34 | 34 | ||
35 | /* frames per second st should at maximum draw to the screen */ | 35 | /* frames per second st should at maximum draw to the screen */ |
36 | static unsigned int xfps = 120; | 36 | static unsigned int xfps = 120; |