summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2023-08-01 05:42:21 +0000
committerGitHub <noreply@github.com>2023-08-01 05:42:21 +0000
commit1446e02ec347b4e24113ec596df9a4647a0fef1f (patch)
tree75618c73561ae4b6f02b650773b51820aeec2041 /st.h
parent9892de3813296a70451372856c31634f86ecd9f2 (diff)
add keyboard and mouse scrollback support
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 6d0c41e..8220966 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 *);