X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=2c972669645e8c2d760989263848c26a93432754;hb=5984657c001fe5b4690cef5ddffe11acbf7da7f2;hp=693bdbd9a1e18e80d4399aeef8d4728ba90c7f86;hpb=7e7760c2ed1a6fc9d500da51bd8dc499fb36e1b0;p=st.git 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"; static unsigned int doubleclicktimeout = 300; static unsigned int tripleclicktimeout = 600; +/* alt screens */ +static bool allowaltscreen = true; + /* frames per second st should at maximum draw to the screen */ static unsigned int xfps = 60; static unsigned int actionfps = 30;