remove superfluous refresh

master
orange 12 years ago
parent 2615d02c45
commit 8b6a5171a0

@ -47,7 +47,7 @@ int main() {
paint(); paint();
usleep(50000); usleep(50000);
} }
refresh(); /* Print it on to the real screen */
getch(); /* Wait for user input */ getch(); /* Wait for user input */
endwin(); /* End curses mode */ endwin(); /* End curses mode */
} }

Loading…
Cancel
Save