fix bug with removing format from artist's info screen

This commit is contained in:
Andrzej Rybczak
2009-05-10 02:09:21 +02:00
parent ec5a4bb3c2
commit da13e93df0
3 changed files with 17 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ namespace NCurses
void Flush();
bool SetFormatting(short, const std::basic_string<my_char_t> &, short, bool for_each = 1);
void ForgetFormatting();
void RemoveFormatting();
std::basic_string<my_char_t> Content() { return itsBuffer.Str(); }