X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=e246e3c2848b3bfba8baf99fde93e23c61cd98cb;hb=9de853a98da8fe0f458b244970f0e0d3e9b38a50;hp=64e75b86dea649cdf7d2072fc67016fcd3aeef4a;hpb=abfad4c4fc69ebb22febfe32677aadd112ce375a;p=st.git 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; 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;