aboutsummaryrefslogtreecommitdiff
path: root/st/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/st.h')
-rwxr-xr-xst/st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st/st.h b/st/st.h
index fd3b0d8..5e87429 100755
--- a/st/st.h
+++ b/st/st.h
@@ -81,6 +81,9 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void kscrolldown(const Arg *);
+void kscrollup(const Arg *);
+void newterm(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);