diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:23:50 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:23:50 +0300 |
commit | 24487a33291ea1cbb6456f21c48230eed4da4498 (patch) | |
tree | 7bcaa8560049cb923862b2fabf7899d01058a5d1 /st.h | |
parent | 0d02519ec010ea5e6e0582a6ab682e03a027380c (diff) |
scrollback mouse altscreen patch
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); int tisaltscreen(void); void tresize(int, int); |