Refresh stdscr at startup to avoid flickering
This commit is contained in:
parent
6663d50d95
commit
eb57d0a1d9
|
@ -237,6 +237,8 @@ NCursesUI::NCursesUI()
|
|||
signal(SIGINT, on_sigint);
|
||||
|
||||
update_dimensions();
|
||||
|
||||
wrefresh(stdscr);
|
||||
}
|
||||
|
||||
NCursesUI::~NCursesUI()
|
||||
|
|
Loading…
Reference in New Issue
Block a user