new feature: support for merging screens together

This commit is contained in:
Andrzej Rybczak
2011-11-12 19:47:47 +01:00
parent e31dec7005
commit 56467eaac6
44 changed files with 633 additions and 218 deletions

View File

@@ -143,6 +143,7 @@ struct NcmpcppKeys
int ToggleSeparatorsInPlaylist[2];
int ToggleLyricsDB[2];
int ToggleFetchingLyricsInBackground[2];
int ToggleScreenLock[2];
int GoToParentDir[2];
int SwitchTagTypeList[2];
int Quit[2];
@@ -270,6 +271,8 @@ struct NcmpcppConfig
unsigned search_engine_default_search_mode;
unsigned visualizer_sync_interval;
double locked_screen_width_part;
size_t selected_item_suffix_length;
size_t now_playing_suffix_length;