From 47d1ba58e5b2bbdb534ac4993e1ab9d30c229ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 24 Apr 2022 12:08:23 +0200 Subject: [PATCH] changelog: UI not refreshing when pasting into the scrollback search box --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87a63ba..c44cc100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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