introduce switch for 'fancy scrolling'

This commit is contained in:
unK
2008-09-13 23:50:24 +02:00
parent 8bdda428bb
commit fb04687fef
5 changed files with 35 additions and 2 deletions

View File

@@ -226,6 +226,7 @@ void Window::Refresh(bool stub)
void Window::Clear(bool stub)
{
werase(itsWindow);
wrefresh(itsWindow);
}
void Window::Hide(char x) const