patch: scrollback-mouse + scrollback-mouse-altscreen

This commit is contained in:
2026-01-01 14:03:46 -05:00
parent 95f4807ccb
commit 2b850e65ec
4 changed files with 10 additions and 0 deletions

5
st.c
View File

@@ -1077,6 +1077,11 @@ tnew(int col, int row)
treset();
}
int tisaltscr(void)
{
return IS_SET(MODE_ALTSCREEN);
}
void
tswapscreen(void)
{