Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
config.def.h: add an option allowwindowops, by default off (secure)
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
d978458
..
3d351b6
100644
(file)
--- a/
st.h
+++ b/
st.h
@@
-118,6
+118,7
@@
extern char *stty_args;
extern char *vtiden;
extern wchar_t *worddelimiters;
extern int allowaltscreen;
+extern int allowwindowops;
extern char *termname;
extern unsigned int tabspaces;
extern unsigned int defaultfg;