add multiple items selection on playlist screen and nested colors support

This commit is contained in:
unK
2008-08-31 04:09:07 +02:00
parent ceff30c9ec
commit f8f414d93a
12 changed files with 535 additions and 320 deletions

View File

@@ -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;