From 73ef9f60226e1b6538de46b9000dfbd239c97ed2 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 26 Jun 2020 19:49:38 -0400 Subject: patch: scrollback Scroll back through terminal output using Shift+{PageUp, PageDown}. --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index 1e7d28f..873c52c 100644 --- a/st.h +++ b/st.h @@ -82,6 +82,8 @@ void redraw(void); void draw(void); void newterm(const Arg *); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); -- cgit v1.2.3