From 9028fb451a967d69a9e258a083ba64b052a9a5dd Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 30 Oct 2020 06:22:13 +0000 Subject: Fix visual bell getting stuck This resolves a problem with the visual bell where it would not automatically trigger a redraw itself after the initial frame has been rendered. Since the unit of the visual bell duration is also unclear, it has been clarified. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c71df0..35d3b92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Feature checking when cross compiling between different operating systems - Crash when writing to the clipboard fails on Wayland - Crash with large negative `font.offset.x/y` +- Visual bell getting stuck on the first frame ## 0.5.0 -- cgit