Adding universcroll patch ref. #21

This commit is contained in:
bakkeby 2021-05-08 17:49:04 +02:00
parent a1303a8811
commit a5435903d4
11 changed files with 36 additions and 12 deletions

View file

@ -29,10 +29,3 @@ kscrollup(const Arg* a)
tfulldirt();
}
}
#if SCROLLBACK_MOUSE_ALTSCREEN_PATCH
int tisaltscr(void)
{
return IS_SET(MODE_ALTSCREEN);
}
#endif // SCROLLBACK_MOUSE_ALTSCREEN_PATCH