summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-06-26 19:49:38 -0400
committerMatt Hunter <m@lfurio.us>2026-01-17 20:00:17 -0500
commitae530b6b5a8fe60f357bed1ba0acd22ca1c6b4c4 (patch)
tree2309a215282d379534265ac6eb27d97f2422b092 /st.h
parent49eb9a44e0255889ca74dfeecc242f747b0f59d8 (diff)
downloadst-ae530b6b5a8fe60f357bed1ba0acd22ca1c6b4c4.tar.gz
st-ae530b6b5a8fe60f357bed1ba0acd22ca1c6b4c4.zip
patch: scrollback
Scroll back through terminal output using Shift+{PageUp, PageDown}.
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h b/st.h
index f2b03b0..1852e56 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 *);