diff options
author | Tharre <tharre3@gmail.com> | 2015-07-13 18:42:52 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-07-13 18:42:52 +0200 |
commit | 35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c (patch) | |
tree | d79469b882ec0e955364c9e69dd91d0b38d5854c /st-custom/config.h | |
parent | 71532baa009ee1337e4339bbd7e983fa051aeb85 (diff) | |
download | pkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.tar.gz pkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.tar.xz pkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.zip |
st: update to 0.6
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; |