Fix ncurses info box avoiding dead menus

This commit is contained in:
Maxime Coste 2015-09-12 10:51:46 +01:00
parent 5173dad470
commit ad2aa35546

View File

@ -304,6 +304,8 @@ void NCursesUI::Window::destroy()
{
delwin(win);
win = nullptr;
pos = CharCoord{};
size = CharCoord{};
}
void NCursesUI::Window::refresh()