remove superfluous refresh

This commit is contained in:
orange 2013-06-15 22:01:49 +02:00
parent 2615d02c45
commit 8b6a5171a0

View file

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