diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2023-01-04 13:26:47 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2023-01-04 13:31:13 -0500 |
| commit | 150dacf63c03d112ead9aa25c374373d785d202e (patch) | |
| tree | af9d250991a320976091104689fcc7e6f41c35c9 /st.h | |
| parent | 7fd24679e974c55b7593bb3119f887a155928ed3 (diff) | |
| download | st-150dacf63c03d112ead9aa25c374373d785d202e.tar.gz | |
Applied mouse scrolling patches
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |