--- st.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/st.c b/st.c index 392f12d..d002b15 100644 --- a/st.c +++ b/st.c _AT_@ -1855,7 +1855,10 @@ tsetmode(bool priv, bool set, int *args, int narg) { MODBIT(term.mode, set, MODE_8BIT); break; case 1049: /* swap screen & set/restore cursor as xterm */ + if (!allowaltscreen) + break; tcursor((set) ? CURSOR_SAVE : CURSOR_LOAD); + /* FALLTHRU */ case 47: /* swap screen */ case 1047: if (!allowaltscreen) -- 1.9.1Received on Wed Apr 09 2014 - 20:37:23 CEST
This archive was generated by hypermail 2.3.0 : Wed Apr 09 2014 - 20:48:06 CEST