diff options
author | Mateja <mail@matejamaric.com> | 2021-04-09 22:46:44 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-09 22:46:44 +0200 |
commit | c2131a689c5b83d2f5015f5afdce5ab3bc58e734 (patch) | |
tree | 0254a67ee8978af7663be9eca0d3459a58adb8c8 /st.h | |
parent | 09f652d8aff93ba8b7e96d07a58c1aa520f44a2f (diff) | |
download | st-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |