summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-06-26 19:49:38 -0400
committerMalfurious <m@lfurio.us>2024-08-12 13:16:40 -0400
commit73ef9f60226e1b6538de46b9000dfbd239c97ed2 (patch)
tree9bb62b7f07f83eeaf503cfe8b2956e3f32557b66 /st.h
parent09774ed8d6f014e63cdcd558ff0503acc73283d4 (diff)
downloadst-73ef9f60226e1b6538de46b9000dfbd239c97ed2.tar.gz
st-73ef9f60226e1b6538de46b9000dfbd239c97ed2.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 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 *);