ref: 334efc1ea06e5882ebd26f9466f31352e19f9603
parent: 3503aa019664bc4787daf943b398f3c299af0930
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Mar 28 18:03:16 EDT 2020
o: force scrolling when the playing track is already the one selected
--- a/zuke.c
+++ b/zuke.c
@@ -865,6 +865,8 @@
stop(playercurr);
goto end;
case 'o':
+ if(pcur == pcurplaying)
+ oldpcur = -1;
pcur = pcurplaying;
break;
case '>':