From 4227bdedde837347ecd83510b976ab13d474b2b9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Nov 2021 03:40:51 -0500 Subject: fix up some more issues with row_formatted handle cursor positioning and wrapping a bit better --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c863506..dc9a22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * Fixed some line wrapping state issues with `contents_diff` * Fixed cursor positioning after writing zero width characters at the end of the line +* Fixed `Screen::cursor_state_formatted` to draw the last character in a line + with the appropriate drawing attributes if it needs to redraw it ## [0.13.0] - 2021-11-17 -- cgit v1.2.3-54-g00ecf