fix drawing selected_item_{prefix,suffix}

This commit is contained in:
Andrzej Rybczak
2009-12-31 11:30:12 +01:00
parent 455f729bef
commit 444354f860
4 changed files with 6 additions and 2 deletions

View File

@@ -227,6 +227,8 @@ struct ncmpcpp_config
int regex_type;
unsigned lines_scrolled;
size_t selected_item_suffix_length;
};
extern ncmpcpp_config Config;