mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +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);
|
signal(SIGINT, on_sigint);
|
||||||
|
|
||||||
update_dimensions();
|
update_dimensions();
|
||||||
|
|
||||||
|
wrefresh(stdscr);
|
||||||
}
|
}
|
||||||
|
|
||||||
NCursesUI::~NCursesUI()
|
NCursesUI::~NCursesUI()
|
||||||
|
Loading…
Reference in New Issue
Block a user