From 9e0ee79d7230872df5a231639241c73ccefb2b1b Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 12 Aug 2021 17:50:24 -0500 Subject: add scrollback --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index 5df7063..2c6188f 100644 --- a/st.h +++ b/st.h @@ -82,6 +82,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