From 150dacf63c03d112ead9aa25c374373d785d202e Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 4 Jan 2023 13:26:47 -0500 Subject: Applied mouse scrolling patches --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index bbdddd0..a3babba 100644 --- a/st.h +++ b/st.h @@ -92,6 +92,7 @@ void sendbreak(const Arg *); void toggleprinter(const Arg *); int tattrset(int); +int tisaltscr(void); void tnew(int, int); int tisaltscreen(void); void tresize(int, int); -- cgit v1.2.3