From 3bb6b3e1a501149c2ec24c5cb2773b096e29af41 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 22 Sep 2021 16:46:01 +0100 Subject: Scrollback using mouse wheel only when not in MODE_ALTSCREEN - Patch st-scrollback-mouse-altscreen-20200416-5703aa0.diff --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index adda2db..9d04b66 100644 --- a/st.h +++ b/st.h @@ -89,6 +89,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