aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-09 22:46:44 +0200
committerMateja <mail@matejamaric.com>2021-04-09 22:46:44 +0200
commitc2131a689c5b83d2f5015f5afdce5ab3bc58e734 (patch)
tree0254a67ee8978af7663be9eca0d3459a58adb8c8 /st.h
parent09f652d8aff93ba8b7e96d07a58c1aa520f44a2f (diff)
downloadst-c2131a689c5b83d2f5015f5afdce5ab3bc58e734.tar.gz
st-c2131a689c5b83d2f5015f5afdce5ab3bc58e734.zip
Applied third `scrollback` patch.
Allow scrollback using mouse wheel only when not in MODE_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 5b9567a..d8bf1f0 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);
void tresize(int, int);
void tsetdirtattr(int);