aboutsummaryrefslogtreecommitdiff
path: root/st.h.orig
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 11:20:56 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 11:20:56 +0200
commit6abda3faad50bdf96c994c9a5fd41f275e7d6842 (patch)
treef4840fbd31bee5f2cde6b739e40301fb209fcdd7 /st.h.orig
parent1fe8489deda0f8efc407d7b05df0eedce452ffef (diff)
alpha + config
Diffstat (limited to 'st.h.orig')
-rw-r--r--st.h.orig2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h.orig b/st.h.orig
index 06b115d..00c796c 100644
--- a/st.h.orig
+++ b/st.h.orig
@@ -83,6 +83,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 *);