From 580c8bbd4691218849c9a809acaa4c95f65cb846 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Wed, 3 Apr 2013 20:42:27 +0200 Subject: Add an option to disable alternative screens. --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3