remove wrapper for Scrollpad::SetFormating() used with --enable-unicode
This commit is contained in:
@@ -1724,7 +1724,7 @@ int main(int argc, char *argv[])
|
||||
ShowMessage("Searching...");
|
||||
Screen<Scrollpad> *s = static_cast<Screen<Scrollpad> *>(myScreen);
|
||||
s->Main()->RemoveFormatting();
|
||||
ShowMessage("%s", s->Main()->SetFormatting(fmtReverse, findme, fmtReverseEnd) || findme.empty() ? "Done!" : "No matching patterns found");
|
||||
ShowMessage("%s", s->Main()->SetFormatting(fmtReverse, TO_WSTRING(findme), fmtReverseEnd) || findme.empty() ? "Done!" : "No matching patterns found");
|
||||
s->Main()->Flush();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user