altscreen scrolling

This commit is contained in:
Your Name
2025-09-29 21:37:44 -06:00
parent 44d52eb28a
commit d9ed0f2a93
6 changed files with 47 additions and 13 deletions

5
st.c
View File

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