From c2131a689c5b83d2f5015f5afdce5ab3bc58e734 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 9 Apr 2021 22:46:44 +0200 Subject: Applied third `scrollback` patch. Allow scrollback using mouse wheel only when not in MODE_ALTSCREEN. --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index 5b9567a..d8bf1f0 100644 --- a/st.h +++ b/st.h @@ -91,6 +91,7 @@ void sendbreak(const Arg *); void toggleprinter(const Arg *); int tattrset(int); +int tisaltscr(void); void tnew(int, int); void tresize(int, int); void tsetdirtattr(int); -- cgit v1.2.3