mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #336] Weird artifacts due to emojis #86
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @veracioux on GitHub (Nov 22, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/336
I'm not sure how the behavior is best described. But it seems that the grapheme width is not being calculated correctly so the characters are not being overwritten, leaving artifacts.
https://github.com/user-attachments/assets/cbb359f3-5bb7-4e06-92c0-2ab71ea217e2
@kommander commented on GitHub (Nov 22, 2025):
Is that Alacritty?
@veracioux commented on GitHub (Nov 22, 2025):
@kommander Ah, indeed. It doesn't happen in kitty or ghostty.
Ghostty:

Kitty:
@kommander commented on GitHub (Nov 22, 2025):
Yeah, Alacritty does not support ZWJ shaping. Opentui has a
no_zwjmode, which is not properly working yet. And when tmux is in between it might shadow when Alacritty is used, so it's hard to tell.