class Menu is template now / bunch of code clean-ups.
This commit is contained in:
@@ -231,7 +231,7 @@ void Window::Refresh(bool stub)
|
||||
wrefresh(itsWindow);
|
||||
}
|
||||
|
||||
void Window::Clear()
|
||||
void Window::Clear(bool stub)
|
||||
{
|
||||
for (int i = 0; i < GetHeight(); i++)
|
||||
mvwhline(itsWindow, i, 0, 32, GetWidth());
|
||||
|
||||
Reference in New Issue
Block a user