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()
{
redrawwin(stdscr);
wnoutrefresh(stdscr);
if (m_menu_win)
{