summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:21:01 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:21:01 +0300
commit93d0b4b204644e5385d1ab8276e2372cc22772b1 (patch)
treefc41c9b8a67c0c33d5da178d91571f2ede4bea01 /st.h
parent591ded45d1411077b1323fd7681a845aaa4c62bc (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 *);