aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-09 22:27:07 +0200
committerMateja <mail@matejamaric.com>2021-04-09 22:27:07 +0200
commite2a49699774c0256f6c745c55f42c7c56a5e0d95 (patch)
tree283369c81b4c9e4157ef449d7ba3a9fde7af57d0 /st.h
parent4811685780bc7595949344b0b167da20fbcae9e9 (diff)
downloadst-e2a49699774c0256f6c745c55f42c7c56a5e0d95.tar.gz
st-e2a49699774c0256f6c745c55f42c7c56a5e0d95.zip
Applied first `scrollback` patch.
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 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 *);