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

Glitching when texts contain some Unicode symbols #5502

Closed
Hapenia-Lans opened this issue Jan 11, 2023 · 6 comments
Closed

Glitching when texts contain some Unicode symbols #5502

Hapenia-Lans opened this issue Jan 11, 2023 · 6 comments
Labels
A-helix-term Area: Helix term improvements C-bug Category: This is a bug

Comments

@Hapenia-Lans
Copy link

Hapenia-Lans commented Jan 11, 2023

bug

the code snippet:

if ui.button("🗙").clicked() {
    self.mark_as_delete = Some(i);
}
@Hapenia-Lans Hapenia-Lans changed the title artifacts when texts contain Unicode symbols artifacts when texts contain some Unicode symbols Jan 11, 2023
@the-mikedavis
Copy link
Member

the-mikedavis commented Jan 11, 2023

What terminal are you using? I can't reproduce this with kitty 0.26.2

Please use the bug report template in the future.

@Hapenia-Lans
Copy link
Author

Microsoft Terminal in Windows 11 22H2

@kirawi
Copy link
Member

kirawi commented Jan 11, 2023

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
Capture

The glyph is a placeholder as the font doesn't support the codepoint.

@Hapenia-Lans Hapenia-Lans changed the title artifacts when texts contain some Unicode symbols Glitchs when texts contain some Unicode symbols Jan 12, 2023
@Hapenia-Lans Hapenia-Lans changed the title Glitchs when texts contain some Unicode symbols Glitching when texts contain some Unicode symbols Jan 12, 2023
@CptPotato
Copy link
Contributor

This might be #4932

@kirawi
Copy link
Member

kirawi commented Jan 13, 2023

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.

@pascalkuthe
Copy link
Member

Closing in favor of #6012

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

5 participants