summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 02:55:16 -0600
committerzachir <zachir@librem.one>2023-02-20 02:55:16 -0600
commitaa3ae88d46d6ba61d1bd8e227542e360b3fa0e39 (patch)
tree8f193ae7879e8b97f0c0be88e867d506922a9cb6 /st.h
parent63249e7fdb5586be4ae469ea2114306700146a55 (diff)
apply scrollback 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 f085e62..dd83696 100644
--- a/st.h
+++ b/st.h
@@ -83,6 +83,8 @@ void redraw(void);
void tfulldirt(void);
void draw(void);
+void kscrolldown(const Arg *);
+void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);