diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-02-06 16:52:08 +0100 |
---|---|---|
committer | Thijs <thijs@thijsschreijer.nl> | 2025-02-06 21:10:21 +0100 |
commit | a1d933aae61420364685051dbc5b318a527fef1d (patch) | |
tree | 771c9ea7e694f6c18d76e76e5a7160f371453db1 /CHANGELOG.md | |
parent | 3c1fdbcc844a55f94dde41591f487ded73eab012 (diff) | |
download | luasystem-feat/unicode-width.tar.gz luasystem-feat/unicode-width.tar.bz2 luasystem-feat/unicode-width.zip |
feat(terminal): also accept codepoint integers for width checkfeat/unicode-width
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 |