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.c | |
parent | 0d02519ec010ea5e6e0582a6ab682e03a027380c (diff) |
scrollback mouse altscreen patch
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1063,6 +1063,11 @@ tsetdirtattr(int attr) } } +int tisaltscr(void) +{ + return IS_SET(MODE_ALTSCREEN); +} + void tfulldirt(void) { |