mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
selection: ignore drag-and-drops with unsupported mime-types
Specifically, make sure we do *not* call wl_data_offer_receive() with a NULL mime-type, as this causes libwayland to error out, which in turn causes foot to exit. Closes #1092
This commit is contained in:
parent
bfc53d1e71
commit
2e4da6fbf6
2 changed files with 12 additions and 1 deletions
|
|
@ -74,10 +74,15 @@
|
|||
|
||||
* Graphical corruption when viewport is at the top of the scrollback,
|
||||
and the output is scrolling.
|
||||
* Improved text reflow of logical lines with trailing empty cells ([#1055][1055])
|
||||
* Improved text reflow of logical lines with trailing empty cells
|
||||
([#1055][1055])
|
||||
* IME focus is now tracked independently from keyboard focus.
|
||||
* Workaround for buggy compositors (e.g. some versions of GNOME)
|
||||
allowing drag-and-drops even though foot has reported it does not
|
||||
support the offered mime-types ([#1092][1092]).
|
||||
|
||||
[1055]: https://codeberg.org/dnkl/foot/issues/1055
|
||||
[1092]: https://codeberg.org/dnkl/foot/issues/1092
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue