From b83faf078b50ba5d1b8526f3579e74dc22242e93 Mon Sep 17 00:00:00 2001 From: Yui Hirasawa Date: Sat, 13 Jun 2020 02:56:10 +1000 Subject: Added mouse scrolling (no modifier) patch --- st.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index 9f11a6a..1b142ff 100644 --- a/st.h +++ b/st.h @@ -81,12 +81,15 @@ void die(const char *, ...); void redraw(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); 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