changelog: don’t crash upon receiving text-input::enter without keyboard focus

This commit is contained in:
Daniel Eklöf 2021-03-23 14:06:10 +01:00
parent adb5a344fe
commit 6ae8ed7e6b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -37,6 +37,9 @@
decreasing the font size at run-time.
* Newlines sometimes incorrectly inserted into copied text
(https://codeberg.org/dnkl/foot/issues/410).
* Crash when compositor send `text-input-v3::enter` events without
first having sent a `keyboard::enter` event
(https://codeberg.org/dnkl/foot/issues/411).
### Security