osc52: unset (clear) selection when an invalid payload is received

This commit is contained in:
Daniel Eklöf 2020-09-09 18:46:39 +02:00
parent dec6f963cb
commit 776b831d89
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 18 additions and 11 deletions

View file

@ -112,6 +112,8 @@
* Handling of multi-column composed characters while reflowing.
* Escape sequences sent for key combinations with `Return`, that did
**not** include `Alt`.
* Clipboard (or primary selection) is now cleared when receiving an
OSC-52 command with an invalid base64 encoded payload.
### Security