aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2021-09-22 16:37:25 +0100
committerShivesh Mandalia <mail@shivesh.org>2021-09-22 16:37:25 +0100
commitb21619170020055b7487b605548d2e76b048cfb7 (patch)
tree69211a71528f63caf293fb65c78fc724cb9a7624 /st.h
parent200b500ff64d4e2e1537d588906fb4c5ba84a8c9 (diff)
downloadst-b21619170020055b7487b605548d2e76b048cfb7.tar.gz
st-b21619170020055b7487b605548d2e76b048cfb7.zip
Scroll back through terminal output using Shift+{PageUp, PageDown}
- Patch st-scrollback-20210507-4536f46.diff <https://st.suckless.org/patches/scrollback/>
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 fa2eddf..adda2db 100644
--- a/st.h
+++ b/st.h
@@ -81,6 +81,8 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void kscrolldown(const Arg *);
+void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);