summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:23:50 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:23:50 +0300
commit24487a33291ea1cbb6456f21c48230eed4da4498 (patch)
tree7bcaa8560049cb923862b2fabf7899d01058a5d1 /st.h
parent0d02519ec010ea5e6e0582a6ab682e03a027380c (diff)
scrollback mouse altscreen patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 514ec08..eda7eeb 100644
--- a/st.h
+++ b/st.h
@@ -91,6 +91,7 @@ void sendbreak(const Arg *);
void toggleprinter(const Arg *);
int tattrset(int);
+int tisaltscr(void);
void tnew(int, int);
int tisaltscreen(void);
void tresize(int, int);