X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ftitle_bar.c;h=9b2c12a5456ca36e35a56a4778e7c4025f1c48e1;hb=386ea7f72f2e08d037111bdb6272d91e7bba6ef3;hp=e8b913804a984a9761fe0ce9f97087df79ff6030;hpb=d4007f2eef7bf32498ad4233d8115c9e2c48b2c1;p=ncmpc.git diff --git a/src/title_bar.c b/src/title_bar.c index e8b9138..9b2c12a 100644 --- a/src/title_bar.c +++ b/src/title_bar.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -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, ']');