From 02760c4ad088e94d69976b5d5367b918fccd69bf Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 17 Jul 2022 04:23:50 +0300 Subject: scrollback mouse altscreen patch --- st.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'st.c') diff --git a/st.c b/st.c index 524a95c..4e6d805 100644 --- a/st.c +++ b/st.c @@ -1063,6 +1063,11 @@ tsetdirtattr(int attr) } } +int tisaltscr(void) +{ + return IS_SET(MODE_ALTSCREEN); +} + void tfulldirt(void) { -- cgit v1.2.3