mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -317,7 +317,6 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
# ifdef PDCURSES
|
||||
resize_term(0, 0);
|
||||
erase();
|
||||
# endif
|
||||
if (last != COLS - 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user