|
|
|
@ -1168,6 +1168,9 @@ int main(int argc, char *argv[]) |
|
|
|
|
|
|
|
|
|
|
|
songpos = Mpd.GetElapsedTime(); |
|
|
|
songpos = Mpd.GetElapsedTime(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int old_timeout = wFooter->GetTimeout(); |
|
|
|
|
|
|
|
wFooter->SetTimeout(ncmpcpp_window_timeout); |
|
|
|
|
|
|
|
|
|
|
|
SeekingInProgress = 1; |
|
|
|
SeekingInProgress = 1; |
|
|
|
*wFooter << fmtBold; |
|
|
|
*wFooter << fmtBold; |
|
|
|
while (Keypressed(input, Key.SeekForward) || Keypressed(input, Key.SeekBackward)) |
|
|
|
while (Keypressed(input, Key.SeekForward) || Keypressed(input, Key.SeekBackward)) |
|
|
|
@ -1229,6 +1232,8 @@ int main(int argc, char *argv[]) |
|
|
|
Mpd.Seek(songpos); |
|
|
|
Mpd.Seek(songpos); |
|
|
|
UpdateStatusImmediately = 1; |
|
|
|
UpdateStatusImmediately = 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wFooter->SetTimeout(old_timeout); |
|
|
|
|
|
|
|
|
|
|
|
UnlockProgressbar(); |
|
|
|
UnlockProgressbar(); |
|
|
|
UnlockStatusbar(); |
|
|
|
UnlockStatusbar(); |
|
|
|
} |
|
|
|
} |
|
|
|
|