From 1d633955731d35457b22db98e52cf154fe5f5440 Mon Sep 17 00:00:00 2001 From: func-E Date: Mon, 13 Jun 2022 18:35:49 -0400 Subject: add scrollback --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index 21d881d..8176975 100644 --- a/st.h +++ b/st.h @@ -83,6 +83,8 @@ void tfulldirt(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