summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 19:50:03 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 19:50:03 +0100
commita5253506f51a1a944d71cd3be7fac937654101c9 (patch)
tree89985187762ce7d0f607f7a3348cbce401232fc5 /st.h
parent00dc2dde979f8f81cd6776ea33e10bb8b0b8c2b8 (diff)
Add scroll 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 2079d29..3f6f45f 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 printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);