remove superfluous refresh
This commit is contained in:
parent
2615d02c45
commit
8b6a5171a0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue