summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2023-01-04 13:26:47 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2023-01-04 13:31:13 -0500
commit150dacf63c03d112ead9aa25c374373d785d202e (patch)
treeaf9d250991a320976091104689fcc7e6f41c35c9 /st.h
parent7fd24679e974c55b7593bb3119f887a155928ed3 (diff)
downloadst-150dacf63c03d112ead9aa25c374373d785d202e.tar.gz
Applied mouse scrolling patches
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 bbdddd0..a3babba 100644
--- a/st.h
+++ b/st.h
@@ -92,6 +92,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);