Use werase() rather than wclear() to avoid screen flash
This commit is contained in:
@@ -238,7 +238,7 @@ inp_win_reset(void)
|
||||
static void
|
||||
_clear_input(void)
|
||||
{
|
||||
wclear(inp_win);
|
||||
werase(inp_win);
|
||||
wmove(inp_win, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user