Restore redraw on <c-l> in ncurses ui

This commit is contained in:
Maxime Coste 2015-09-14 14:30:01 +01:00
parent e0049bb587
commit a4804afa42

View File

@ -512,7 +512,7 @@ Key NCursesUI::get_key()
{ {
if (c == CTRL('l')) if (c == CTRL('l'))
{ {
//redrawwin(m_window); redrawwin(m_window);
redraw(); redraw();
} }
if (c == CTRL('z')) if (c == CTRL('z'))