aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-19 03:40:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-19 03:42:50 -0500
commit4227bdedde837347ecd83510b976ab13d474b2b9 (patch)
tree366e5246b9b796c28b26187471214ae18d3fb823 /CHANGELOG.md
parentb45a23b68ea8eb27f2b616f3f1fc32532cdcf03c (diff)
downloadvt100-rust-4227bdedde837347ecd83510b976ab13d474b2b9.tar.gz
vt100-rust-4227bdedde837347ecd83510b976ab13d474b2b9.zip
fix up some more issues with row_formatted
handle cursor positioning and wrapping a bit better
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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