count number of applied formatting flags

This commit is contained in:
Andrzej Rybczak
2009-04-26 12:33:24 +02:00
parent c7251ebb98
commit 12fa8a9bf6
2 changed files with 18 additions and 10 deletions

View File

@@ -161,7 +161,7 @@ int main(int argc, char *argv[])
wFooter = new Window(0, footer_start_y, COLS, footer_height, "", Config.statusbar_color, brNone);
wFooter->SetTimeout(ncmpcpp_window_timeout);
wFooter->SetGetStringHelper(StatusbarGetStringHelper);
wFooter->Display();
*wFooter << fmtBold; // bold by default
myScreen = myPlaylist;