aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-20 18:55:34 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-20 18:55:34 -0500
commit26cacf15952793ad870e315c4291deee67808b0a (patch)
tree73263112165b76d8711ead78104633ad0c54c6df /CHANGELOG.md
parent87f5c5b59cdb2fdb4bd772f97c8896e7cba4e9fc (diff)
downloadvt100-rust-26cacf15952793ad870e315c4291deee67808b0a.tar.gz
vt100-rust-26cacf15952793ad870e315c4291deee67808b0a.zip
more wrapping bugs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a0b2c6..f277460 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,11 @@
## Fixed
-* Fixed some line wrapping state issues with `contents_diff`
+* Fixed various line wrapping state issues
* 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
-* Maintain wrapped state when overwriting a wide character at the end of a line
## [0.13.0] - 2021-11-17