aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-20 13:19:08 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-20 13:19:08 -0500
commit228be08e370186fa4b3c59de86bc09853debe10b (patch)
tree6f6970b711333ba8b523578148d120a66f117031
parentf5d5f602dba0229335ec44b817c7822c73171e29 (diff)
downloadvt100-rust-228be08e370186fa4b3c59de86bc09853debe10b.tar.gz
vt100-rust-228be08e370186fa4b3c59de86bc09853debe10b.zip
changelog
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5a39a2..aa27028 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## Unreleased
+
+### Fixed
+
+* Fix output of `contents_formatted` and `contents_diff` when the cursor
+ position ends at one past the end of a row.
+* If the cursor position is one past the end of a row, any char, even a
+ combining char, needs to cause the cursor position to wrap.
+
## [0.6.2] - 2019-11-13
### Fixed