aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 04:32:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 04:32:24 -0500
commite523a38bd2665a1a487382c5042d94770e4087af (patch)
tree62c39d7cd350c57d9684c135b528df5a1b87772e /CHANGELOG.md
parentd94ec144dd1ca29886ebbc438882e73af6fe0ae9 (diff)
downloadvt100-rust-e523a38bd2665a1a487382c5042d94770e4087af.tar.gz
vt100-rust-e523a38bd2665a1a487382c5042d94770e4087af.zip
better (i think?) handling of weird character widths
control codes are ignored completely, and everything else defaults to 1 instead of 0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69c9708..3538ba3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,27 @@
# Changelog
+## [Unreleased]
+
+### Changed
+
+* Unknown UTF-8 characters default to a width of 1, rather than 0 (except for
+ control characters, as mentioned below)
+
+### Fixed
+
+* Ignore C1 control characters rather than adding them to the cell data, since
+ they are non-printable
+
## [0.13.2] - 2021-12-05
-## Changed
+### Changed
* Delay allocation of the alternate screen until it is used (saves a bit of
memory in basic cases)
## [0.13.1] - 2021-12-04
-## Fixed
+### Fixed
* Fixed various line wrapping state issues
* Fixed cursor positioning after writing zero width characters at the end of