add multiple items selection on playlist screen and nested colors support
This commit is contained in:
@@ -67,6 +67,8 @@ struct ncmpcpp_keys
|
||||
int EditTags[2];
|
||||
int GoToPosition[2];
|
||||
int Lyrics[2];
|
||||
int ReverseSelection[2];
|
||||
int DeselectAll[2];
|
||||
int Clear[2];
|
||||
int Crop[2];
|
||||
int MvSongUp[2];
|
||||
@@ -88,6 +90,9 @@ struct ncmpcpp_config
|
||||
string song_library_format;
|
||||
string browser_playlist_prefix;
|
||||
|
||||
string selected_item_prefix;
|
||||
string selected_item_suffix;
|
||||
|
||||
COLOR empty_tags_color;
|
||||
COLOR header_color;
|
||||
COLOR volume_color;
|
||||
|
||||
Reference in New Issue
Block a user