* add configurable column widths
* reorder to match config file
* fix possibly misleading documentation
* fix crash when integer out of bounds
* parse config string during initial processing
* use std::bind with length of list
* fix division by zero error
* use list_of
* change escaped_list_separator variable names
@ -335,6 +335,15 @@ If you want to lock a screen, ncmpcpp asks for % of locked screen's width to be
.Bask_for_locked_screen_width_part=yes/no
If enabled, ncmpcpp will ask for % of locked screen's width each time you want to lock a screen. If you disable that, it'll silently attempt to use default value.
.TP
.Bmedia_library_column_width_ratio_two=a:b
The ratio of the column widths in the media library, when there are two columns.
.TP
.Bmedia_library_column_width_ratio_three=a:b:c
The ratio of the column widths in the media library, when there are three columns.
.TP
.Bplaylist_editor_column_width_ratio=a:b
The ratio of the column widths in the playlist editor.
.TP
.Bjump_to_now_playing_song_at_start=yes/no
If enabled, ncmpcpp will jump at start to now playing song if mpd is playing or paused.