selection: don't allow only half of double-width characters to be selected

This commit is contained in:
Daniel Eklöf 2020-06-02 18:21:39 +02:00
parent bd565fe99b
commit 056fd4ffe0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 30 additions and 1 deletions

View file

@ -45,6 +45,8 @@
* Selection handling when viewport wrapped around.
* Restore signal mask in the slave process.
* Set `IUTF8`.
* Selection of double-width characters. It is no longer possible to
select half of a double-width character.
### Security