aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-29 05:21:54 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-05 12:54:34 -0500
commita0cbd79c92f9a4703f254291d7fbffaa2c84ffb0 (patch)
treef135beab16e7abcd85a9cc04d23bf33ae564aab5 /CHANGELOG.md
parent3fbc74f513a5a691dd99705598c3023f3b8bc173 (diff)
downloadvt100-rust-a0cbd79c92f9a4703f254291d7fbffaa2c84ffb0.tar.gz
vt100-rust-a0cbd79c92f9a4703f254291d7fbffaa2c84ffb0.zip
ensure cells with contents always have width
it gets ambiguous where the zero-width characters should go otherwise
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 969385a..bc2c52f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
* Fix a couple more end-of-line/wrapping bugs.
* Fix applying combining characters to wide characters.
+* Ensure cells can't have contents with width zero (to avoid ambiguity). If an
+ empty cell gets a combining character applied to it, default that cell to a
+ (normal-width) space first.
## [0.7.0] - 2019-11-23