Fix ncurses info box avoiding dead menus
This commit is contained in:
parent
5173dad470
commit
ad2aa35546
|
@ -304,6 +304,8 @@ void NCursesUI::Window::destroy()
|
|||
{
|
||||
delwin(win);
|
||||
win = nullptr;
|
||||
pos = CharCoord{};
|
||||
size = CharCoord{};
|
||||
}
|
||||
|
||||
void NCursesUI::Window::refresh()
|
||||
|
|
Loading…
Reference in New Issue
Block a user