From e2a49699774c0256f6c745c55f42c7c56a5e0d95 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 9 Apr 2021 22:27:07 +0200 Subject: Applied first `scrollback` patch. 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 0817623..5b9567a 100644 --- a/st.h +++ b/st.h @@ -82,6 +82,8 @@ void die(const char *, ...); void redraw(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void newterm(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); -- cgit v1.2.3