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

Emoji rendering issue #10546

Closed
niklasravnsborg opened this issue Apr 22, 2024 · 1 comment
Closed

Emoji rendering issue #10546

niklasravnsborg opened this issue Apr 22, 2024 · 1 comment

Comments

@niklasravnsborg
Copy link

niklasravnsborg commented Apr 22, 2024

By accident, I found that using the keyboard emoji (⌨️) is causing some rendering glitches (see video) in Helix 24.3 on macOS. The letters shift backward unexpectedly, when the line is navigated to by cursor navigation

Screen.Recording.2024-04-22.at.09.32.31.mov
// i'm just moving along the line with `L`

👍 test 1
⌨️ test 2
@pascalkuthe
Copy link
Member

Duplicate of #6012. The problem is less that helix is buggy and more that terminals can't agree on a shared definition of width for unicode graphemes.

As a workaround I plan to only render the first codepoint of multi codepoint graphemes

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants