Adding key and mouse binding option to control whether they apply to primary screen, alt screen or both ref. #81

This commit is contained in:
Bakkeby 2022-09-01 22:01:20 +02:00
parent 89ced627cd
commit 34cd955f14
8 changed files with 36 additions and 61 deletions

6
st.c
View file

@ -1266,6 +1266,12 @@ tattrset(int attr)
return 0;
}
int
tisaltscr(void)
{
return IS_SET(MODE_ALTSCREEN);
}
void
tsetdirt(int top, int bot)
{