aboutsummaryrefslogtreecommitdiff
path: root/st/st.h
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-03 10:21:03 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-03 10:21:03 +0000
commitc70ea026971c1471a6a39294db7aa4a0935ab478 (patch)
treeba3120e8ae8753b4804406d2a258d7bfd2ee06fa /st/st.h
parente25732524f314221881670dfe3226fb4bc911ba9 (diff)
Patched scrollback and newterm into st
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 *);