diff --git a/st.c b/st.c index 653d3b9..7e9ea5a 100644 --- a/st.c +++ b/st.c @@ -3079,6 +3079,7 @@ eschandle(uchar ascii) #endif // CSI_22_23_PATCH resettitle(); xloadcols(); + xsetmode(0, MODE_HIDE); #if SCROLLBACK_PATCH if (!IS_SET(MODE_ALTSCREEN)) { term.scr = 0;