fix current track highlight position
1 files changed, 2 insertions(+), 2 deletions(-) M zuke.c
M zuke.c => zuke.c +2 -2
@@ 186,7 186,7 @@ redraw(int full) r.max.y = r.min.y + Scrollheight; draw(screen, r, colors[Dfmed].im, nil, ZP); left += Scrollwidth + 4; left += Scrollwidth + 1; } @@ p.x = sp.x = left; 222,7 222,7 @@ redraw(int full) sel = screen->r; p.x = left + 2; p.x = left + 2 + 3; for(j = 0; cols[j] != 0; j++){ sel.max.x = p.x + colwidth[j]; replclipr(screen, 0, sel);