summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-08 10:50:10 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-08 10:50:10 +0000
commitb4df2d1b007062b57ae9953156be9344dc6c50e4 (patch)
treead1ab4f4bb794affddc16ed99fbee74506010722 /st.h
parent98610fcd37f655d44586323dc86c1d013c2798ce (diff)
added scrolling to my personal st branch
Diffstat (limited to 'st.h')
-rw-r--r--st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.h b/st.h
index fd3b0d8..aef72ef 100644
--- a/st.h
+++ b/st.h
@@ -81,12 +81,15 @@ 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 *);
void toggleprinter(const Arg *);
int tattrset(int);
+int tisaltscr(void);
void tnew(int, int);
void tresize(int, int);
void tsetdirtattr(int);