From 6afabf1f55578295e3ff57553114757c2d308257 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 15 Feb 2023 10:32:14 +0100 Subject: Patch: scrollback-mouse-altscreen-20220127 --- st.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'st.c') diff --git a/st.c b/st.c index 46ba498..a5bb20d 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