search: fix matching against composed characters

This commit is contained in:
Daniel Eklöf 2021-01-24 12:02:20 +01:00
parent e7b8f95af7
commit d3d5897bb7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 38 additions and 3 deletions

View file

@ -89,6 +89,7 @@
current window dimensions (fixes `lsix` output)
* Crash on keyboard input when repeat rate was zero (i.e. no repeat).
* Wrong button encoding of mouse buttons 6 and 7 in mouse events.
* Scrollback search not matching composed characters.
### Security