selection: add support for TEXT/STRING/UTF8_STRING mime-types in incoming offers

We were already offering these mime types for our own clipboard data,
but ignored them in incoming offers.

Fixes paste issues from Geany.

Closes #583
This commit is contained in:
Daniel Eklöf 2021-06-09 09:51:07 +02:00
parent 2a75da4143
commit 49bb00fb64
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 21 additions and 6 deletions

View file

@ -170,6 +170,8 @@
* IL+DL (`CSI Ps L` + `CSI Ps M`) now moves the cursor to column 0.
* SS2 and SS3 (single shift) escape sequences behaving like locking
shifts (https://codeberg.org/dnkl/foot/issues/580).
* `TEXT`+`STRING`+`UTF8_STRING` mime types not being recognized in
clipboard offers (https://codeberg.org/dnkl/foot/issues/583).
### Security