changelog: UI not refreshing when pasting into the scrollback search box

This commit is contained in:
Daniel Eklöf 2022-04-24 12:08:23 +02:00
parent 2cbcfb3159
commit 47d1ba58e5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -46,6 +46,11 @@
### Fixed
* build: missing symbols when linking the `pgo` helper binary.
* UI not refreshing when pasting something into the scrollback search
box, that does not result in a grid update (for example, when the
search criteria did not result in any matches) ([#1040][1040]).
[1040]: https://codeberg.org/dnkl/foot/issues/1040
### Security