fix refreshing in clock screen while resizing / remove some unneded code

This commit is contained in:
Andrzej Rybczak
2009-02-16 01:01:54 +01:00
parent ba6c2db0b1
commit ef9948cbe2
11 changed files with 4 additions and 14 deletions

View File

@@ -218,7 +218,7 @@ void Scrollpad::Clear(bool clrscr)
SetColor(itsColor, itsBgColor);
keypad(itsWindow, 1);
if (clrscr)
Window::Clear();
Refresh();
}
Scrollpad &Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))