aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-19 01:46:16 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-19 01:47:47 -0500
commit1cd72ddb88037d25c5b31dc0fb634ab79dc0491d (patch)
treead8d512f52559e7f1f34aca43e6e439ece36cb53 /CHANGELOG.md
parentf973230cb32cf8a397f2456950e1463104e65101 (diff)
downloadvt100-rust-1cd72ddb88037d25c5b31dc0fb634ab79dc0491d.tar.gz
vt100-rust-1cd72ddb88037d25c5b31dc0fb634ab79dc0491d.zip
remove special casing for combined character wrapping
the comment here is just... not true? not really sure why i thought it was, but testing on all of alacritty, xterm, and tmux show the opposite behavior to what is in the comment, so i'm going to assume this is just wrong
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 123fd37..c863506 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
## Fixed
* Fixed some line wrapping state issues with `contents_diff`
+* Fixed cursor positioning after writing zero width characters at the end of
+ the line
## [0.13.0] - 2021-11-17