From 6bf1287292d57c6fc4e5020be0d4bc1f9f2aa901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 3 Jun 2020 17:40:55 +0200 Subject: [PATCH] changelog: mention fix for glyphs overflowing into surrounding cells --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aca097c..922ccfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ * Draw hollow block cursor on top of character. * Set an initial `TIOCSWINSZ`. This ensures clients never reads a `0x0` terminal size (https://codeberg.org/dnkl/foot/issues/20). +* Glyphs overflowing into surrounding cells + (https://codeberg.org/dnkl/foot/issues/21). + ### Security