mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 00:42:13 +03:00
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