Refresh stdscr at startup to avoid flickering

This commit is contained in:
Maxime Coste 2014-11-18 00:01:29 +00:00
parent 6663d50d95
commit eb57d0a1d9

View File

@ -237,6 +237,8 @@ NCursesUI::NCursesUI()
signal(SIGINT, on_sigint); signal(SIGINT, on_sigint);
update_dimensions(); update_dimensions();
wrefresh(stdscr);
} }
NCursesUI::~NCursesUI() NCursesUI::~NCursesUI()