diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-02-06 16:52:08 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-02-10 09:01:35 +0100 |
commit | 4a128b8969fe4d720f50c1fdb68f0265af8a7117 (patch) | |
tree | 771c9ea7e694f6c18d76e76e5a7160f371453db1 /CHANGELOG.md | |
parent | 3c1fdbcc844a55f94dde41591f487ded73eab012 (diff) | |
download | luasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.tar.gz luasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.tar.bz2 luasystem-4a128b8969fe4d720f50c1fdb68f0265af8a7117.zip |
feat(terminal): also accept codepoint integers for width check
Lua utf8 functions return codepoints, hence it makes sense to accept
those, instead of having to convert to utf8 string and back again.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae7189..25114c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -30,6 +30,8 @@ The scope of what is covered by the version number excludes: | |||
30 | 30 | ||
31 | ### unreleased | 31 | ### unreleased |
32 | 32 | ||
33 | - Feat: when detecting character display width, also accept unicode codepoints (integers), | ||
34 | since the Lua utf8 library returns codepoints, not strings | ||
33 | - Fix: NetBSD fix compilation, undeclared directives | 35 | - Fix: NetBSD fix compilation, undeclared directives |
34 | 36 | ||
35 | ### version 0.4.5, released 18-Dec-2024 | 37 | ### version 0.4.5, released 18-Dec-2024 |