summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-12 18:29:56 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-12 18:29:56 +0400
commit2faaa50b3725bded7b9a858b336a58293f769847 (patch)
treecfedfb63419c29fab21da3dec89c25c80191bcfc /st.h
parentcbb4606edfaf526c89e5574662272e7b0bda05a9 (diff)
Added patches oneclipboard, scrollback-mouse, scrollback-mouse-altscreen
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 f44e1d3..36cdb65 100644
--- a/st.h
+++ b/st.h
@@ -89,6 +89,7 @@ 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);