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