Fixed line drawing character in TransportWindow.cpp

This commit is contained in:
Casey Langen 2016-06-27 21:28:39 -07:00
parent e88a0a1077
commit c4ccd56e8a

View File

@ -268,12 +268,12 @@ void TransportWindow::Update() {
duration = duration.size() ? duration : "0";
writePlayingFormat(
c,
title,
album,
c,
title,
album,
cx - shuffleLabelLen);
}
wmove(c, 0, cx - shuffleLabelLen);
int64 shuffleAttrs = this->playback.IsShuffled() ? gb : A_DIM;
ON(c, shuffleAttrs);