put scrolling code into function and use it also in lyrics screen

This commit is contained in:
Andrzej Rybczak
2008-12-19 23:23:50 +01:00
parent c6a57511fe
commit a84067d1ab
4 changed files with 72 additions and 58 deletions

View File

@@ -70,5 +70,7 @@ Window &Statusbar();
const Buffer &ShowTag(const string &);
const basic_buffer<my_char_t> &ShowTagInInfoScreen(const string &);
void Scroller(Window &, const string &, size_t, size_t &);
#endif