aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--screen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 0524b0d82..879096650 100644
--- a/screen.c
+++ b/screen.c
@@ -175,6 +175,9 @@ paint_top_window(char *header, mpd_client_t *c, int clear)
mvwhline(w, 1, 0, ACS_HLINE, screen->top_window.cols);
#endif
+ if( options.enable_colors )
+ wattroff(w, LINE_COLORS);
+
wnoutrefresh(w);
}
}