logic: implemented handling of non-ascii characters in screen search
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
|
||||
void refreshStyle();
|
||||
|
||||
size_t findScreenMatches(const std::string& query);
|
||||
size_t findScreenMatches(const std::wstring& query);
|
||||
void activateScreenMatch(size_t matchIndex);
|
||||
void deactivateScreenMatch(size_t matchIndex);
|
||||
void clearScreenMatches();
|
||||
|
||||
Reference in New Issue
Block a user