Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(terminal): also accept codepoint integers for width check #46

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Feb 6, 2025

Lua utf8 functions return codepoints, hence it makes sense to accept those, instead of having to convert to utf8 string and back again.

Lua utf8 functions return codepoints, hence it makes sense to accept
those, instead of having to convert to utf8 string and back again.
@Tieske Tieske force-pushed the feat/unicode-width branch from 66902f3 to a1d933a Compare February 6, 2025 20:10
@Tieske
Copy link
Member Author

Tieske commented Feb 9, 2025

@o-lim a review here would be nice as well.

@Tieske Tieske merged commit 4a128b8 into master Feb 10, 2025
23 checks passed
@Tieske Tieske deleted the feat/unicode-width branch February 10, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants