color artist's info loaded from a file

This commit is contained in:
Andrzej Rybczak
2009-01-22 16:08:09 +01:00
parent 1244223919
commit 237e494b08
4 changed files with 29 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ void Scrollpad::Flush()
itsBuffer.SetTemp(0);
}
void Scrollpad::SetFormatting(short vb, const std::basic_string<my_char_t> &s, short ve, bool for_each)
{
itsBuffer.SetFormatting(vb, s, ve, for_each);
}
void Scrollpad::Recreate()
{
delwin(itsWindow);