aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:35:37 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:35:37 -0800
commitd5f4f53cbcbc325725ff7e9433fb5e292db64465 (patch)
treed9ea2a814a152d24aaff7da71fa97082675b06c4 /st.h
parentAdd st 0.8.4 source code (diff)
Add scrollback history
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 *);