rain and worm actually look better (or at least no worse, depending on the

platform) without the erasures on resizing.
This commit is contained in:
William McBrine
2019-09-08 00:28:42 -04:00
parent 43ca5474ad
commit c05cd3427c
2 changed files with 0 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ int main(int argc, char *argv[])
case KEY_RESIZE:
# ifdef PDCURSES
resize_term(0, 0);
erase();
# endif
r = LINES - 4;
c = COLS - 4;

View File

@@ -317,7 +317,6 @@ int main(int argc, char *argv[])
{
# ifdef PDCURSES
resize_term(0, 0);
erase();
# endif
if (last != COLS - 1)
{