mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 20:41:49 +03:00
do not redraw the whole screen each time
This commit is contained in:
parent
a10bfed9e5
commit
594ee65949
@ -119,7 +119,6 @@ NCursesUI::~NCursesUI()
|
|||||||
|
|
||||||
void NCursesUI::redraw()
|
void NCursesUI::redraw()
|
||||||
{
|
{
|
||||||
redrawwin(stdscr);
|
|
||||||
wnoutrefresh(stdscr);
|
wnoutrefresh(stdscr);
|
||||||
if (m_menu_win)
|
if (m_menu_win)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user