From c70ea026971c1471a6a39294db7aa4a0935ab478 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Tue, 3 Feb 2026 10:21:03 +0000 Subject: Patched scrollback and newterm into st --- st/st.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'st/st.h') diff --git a/st/st.h b/st/st.h index fd3b0d8..5e87429 100755 --- a/st/st.h +++ b/st/st.h @@ -81,6 +81,9 @@ 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 *); void sendbreak(const Arg *); -- cgit v1.2.3