make fetching lyrics and artist's info work in background

This commit is contained in:
unK
2008-09-27 20:33:30 +02:00
parent de70c6ceff
commit d61cb54653
4 changed files with 153 additions and 77 deletions

View File

@@ -210,6 +210,7 @@ void Scrollpad::Clear(bool clear_screen)
delwin(itsWindow);
itsWindow = newpad(itsHeight, itsWidth);
SetColor(itsColor, itsBgColor);
SetTimeout(itsWindowTimeout);
if (clear_screen)
Window::Clear();
}