1
1
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:
Maxime Coste 2013-03-06 19:07:10 +01:00
parent a10bfed9e5
commit 594ee65949

View File

@ -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)
{ {