summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2021-08-12 17:50:24 -0500
committerGitHub <noreply@github.com>2021-08-12 17:50:24 -0500
commit9e0ee79d7230872df5a231639241c73ccefb2b1b (patch)
tree4a3661997e3c69510f36d8da0e1758cd0e677df1 /st.h
parent59929cf427bad87466fc67465445e8354e219f82 (diff)
add scrollback
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 5df7063..2c6188f 100644
--- a/st.h
+++ b/st.h
@@ -82,6 +82,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 *);