Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Implement INCR transfers in the clipboard.
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
64e75b8
..
e246e3c
100644
(file)
--- 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;