summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 20:12:21 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 20:12:21 +0530
commit6fb6ed5b86a5de49d0da0d58525fe7cfb044892a (patch)
tree50c035828d7fd03367453f5df00f1092ddf50099 /st.h
parentf92f9a5cb0226c28925958f62dc67f2d5d5d7060 (diff)
Applied scrollback and scrollback-mouse patch
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 fd3b0d8..818a6f8 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 *);