Code

lyrics: no extra XML tags in lyricbox anymore
[ncmpc.git] / src / title_bar.c
index e8b913804a984a9761fe0ce9f97087df79ff6030..1a19e022a571808d00b78136d6d1714e4aa8e009 100644 (file)
@@ -125,7 +125,7 @@ title_bar_paint(const struct title_bar *p, const char *title,
        if (flags[0]) {
                wmove(w, 1, p->window.cols - strlen(flags) - 3);
                waddch(w, '[');
-               colors_use(w, COLOR_LINE_BOLD);
+               colors_use(w, COLOR_LINE_FLAGS);
                waddstr(w, flags);
                colors_use(w, COLOR_LINE);
                waddch(w, ']');