new feature: allow searching in help, lyrics and info screens
This commit is contained in:
@@ -100,9 +100,9 @@ void Scrollpad::Flush()
|
||||
itsBuffer.SetTemp(0);
|
||||
}
|
||||
|
||||
void Scrollpad::SetFormatting(short vb, const std::basic_string<my_char_t> &s, short ve, bool for_each)
|
||||
bool Scrollpad::SetFormatting(short vb, const std::basic_string<my_char_t> &s, short ve, bool for_each)
|
||||
{
|
||||
itsBuffer.SetFormatting(vb, s, ve, for_each);
|
||||
return itsBuffer.SetFormatting(vb, s, ve, for_each);
|
||||
}
|
||||
|
||||
void Scrollpad::Recreate()
|
||||
|
||||
Reference in New Issue
Block a user