helix
helix copied to clipboard
Glitching when texts contain some Unicode symbols
the code snippet:
if ui.button("🗙").clicked() {
self.mark_as_delete = Some(i);
}
What terminal are you using? I can't reproduce this with kitty 0.26.2
Please use the bug report template in the future.
Microsoft Terminal in Windows 11 22H2
This may be a bug with Microsoft Terminal. It's notoriously been a bit buggy.
Edit: I can reproduce w/ wezterm 20220905-102802-7d4b8249 and alacritty 0.11
The glyph is a placeholder as the font doesn't support the codepoint.
This might be #4932
Perhaps it's related, but according to Unicode it isn't an emoji: https://util.unicode.org/UnicodeJsps/character.jsp?a=1F5D9 It seems like it should have a width of 1. I've heard that Kitty is a lot more tolerant of these kinds of issues than other terminals.
Closing in favor of https://github.com/helix-editor/helix/issues/6012