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