search: fix matching of multi-column characters

We were matching the sub-sequence SPACERs as if they were regular
characters, which obviously failed.
This commit is contained in:
Daniel Eklöf 2021-01-26 20:05:14 +01:00
parent 7611a6c7fc
commit 709d6deeae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 14 additions and 3 deletions

View file

@ -66,6 +66,7 @@
* Rendering of composed characters in the scrollback search box.
* IME pre-edit cursor when positioned at the end of the pre-edit
string.
* Scrollback search not matching multi-column characters.
### Security