commit 559fdc278681c98470749adb59f01cd071720458 from: Peter Hofmann via: Hiltjo Posthuma date: Sat Oct 7 10:16:59 2023 UTC Unhide cursor on RIS (\033c) It is unclear if it's "required" to do this on RIS, but it's useful when calling reset(1) after interactive programs have crashed and garbled up the screen. FWIW, other terminals do it as well (tested with XTerm, VTE, Kitty, Alacritty, Linux VT). commit - 8abe4bcb41aa7fda0ae00823f6a20271124150db commit + 559fdc278681c98470749adb59f01cd071720458 blob - 4754c873405c4fbe30b7b8467f6e469ea25bf231 blob + d6478f55a2498f36bc1c0fa54bdff5de94e1b114 --- st.c +++ st.c @@ -2330,6 +2330,7 @@ eschandle(uchar ascii) treset(); resettitle(); xloadcols(); + xsetmode(0, MODE_HIDE); break; case '=': /* DECPAM -- Application keypad */ xsetmode(1, MODE_APPKEYPAD);