allow for unicode characters in progressbar_look

This commit is contained in:
Andrzej Rybczak
2009-08-26 18:13:33 +02:00
parent 6f88f9aeb2
commit bc1a8a2d1a
5 changed files with 14 additions and 9 deletions

View File

@@ -139,7 +139,7 @@ struct ncmpcpp_config
std::string execute_on_song_change;
std::string new_header_first_line;
std::string new_header_second_line;
std::string progressbar;
std::basic_string<my_char_t> progressbar;
std::string pattern;