Add an option to disable alternative screens.
This commit is contained in:
parent
502911e554
commit
580c8bbd46
3 changed files with 16 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue