Restore redraw on <c-l> in ncurses ui
This commit is contained in:
parent
e0049bb587
commit
a4804afa42
|
@ -512,7 +512,7 @@ Key NCursesUI::get_key()
|
|||
{
|
||||
if (c == CTRL('l'))
|
||||
{
|
||||
//redrawwin(m_window);
|
||||
redrawwin(m_window);
|
||||
redraw();
|
||||
}
|
||||
if (c == CTRL('z'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user