From aa3ae88d46d6ba61d1bd8e227542e360b3fa0e39 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Feb 2023 02:55:16 -0600 Subject: apply scrollback patch --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index f085e62..dd83696 100644 --- a/st.h +++ b/st.h @@ -83,6 +83,8 @@ void redraw(void); void tfulldirt(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); -- cgit v1.2.3