summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 12:11:18 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 12:11:18 +0200
commit51127ea186a86729364553970d53827645e4802b (patch)
tree93f989bfdc957a81c3146af5f776087c781cfbc1 /st.h
parent3a6d6d740110e6ee1b092d05ad746244eedabe4b (diff)
scrollback, -mouse, -mouse-altscreen
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);