mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 20:46:21 +00:00
Reduced screen flicker, and fixed end page
This commit is contained in:
@@ -63,7 +63,6 @@ void inp_clear(void)
|
||||
{
|
||||
wclear(inp_win);
|
||||
wmove(inp_win, 0, 1);
|
||||
touchwin(inp_win);
|
||||
wrefresh(inp_win);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user