summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-17 04:21:01 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-17 04:21:01 +0300
commitc55eecda42c391c38effc56a9710d07bb19f855a (patch)
treefc41c9b8a67c0c33d5da178d91571f2ede4bea01 /st.h
parentc4b05ccc0669b09a332188bdbee237f7c2df69fe (diff)
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 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 *);