new feature: display remaining time of song instead of elapsed time

This commit is contained in:
Andrzej Rybczak
2009-08-26 03:06:27 +02:00
parent e89d2492bf
commit 8c3760111d
6 changed files with 43 additions and 4 deletions

View File

@@ -190,6 +190,7 @@ struct ncmpcpp_config
bool jump_to_now_playing_song_at_start;
bool clock_display_seconds;
bool display_bitrate;
bool display_remaining_time;
bool ignore_leading_the;
bool block_search_constraints_change;
bool use_console_editor;