update status while scrolling on media library screen

This commit is contained in:
unK
2008-08-28 22:44:16 +02:00
parent 7566c8c2bf
commit 8d8dadd2b1

View File

@@ -526,6 +526,7 @@ int main(int argc, char *argv[])
wCurrent->Timeout(50);
while (Keypressed(input, Key.Up))
{
TraceMpdStatus();
wCurrent->Go(UP);
wCurrent->Refresh();
wCurrent->ReadKey(input);
@@ -542,6 +543,7 @@ int main(int argc, char *argv[])
wCurrent->Timeout(50);
while (Keypressed(input, Key.Down))
{
TraceMpdStatus();
wCurrent->Go(DOWN);
wCurrent->Refresh();
wCurrent->ReadKey(input);