new feature: display bitrate in statusbar (optional, disabled by default)

This commit is contained in:
Andrzej Rybczak
2009-08-24 01:37:44 +02:00
parent deaa456383
commit 216b0b6af6
6 changed files with 26 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ struct ncmpcpp_config
bool search_in_db;
bool display_screens_numbers_on_start;
bool clock_display_seconds;
bool display_bitrate;
bool ignore_leading_the;
bool block_search_constraints_change;
bool use_console_editor;