You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blacks1ne
changed the title
Remove unnecessary space char at the end of French flag unicode that breaks logo format
Remove unnecessary space char at the end of French flag unicode that breaks Q logo format
Oct 28, 2025
The reason will be displayed to describe this comment to others. Learn more.
We have the space there because a lot of the terminal emulators don't correctly handle combining unicode characters correctly, causing it to treat the two unicode points as one character (correct), but has a double width (also correct), but does not apply double width to the character when printing, resulting in overlapping flags. In some cases, terminals need the extra space, in others, they don't. If we're keeping this easter egg for longer than 2.1.0, we should probably find a way to determine how double-width characters render on a given terminal. Note: I don't know if there's a standard way to do that, many terminal emulators have issues that crop up around this from time to time, and are prioritized low or "not fixing" (e.g. microsoft/terminal#16852)
blacks1ne
changed the title
Remove unnecessary space char at the end of French flag unicode that breaks Q logo format
Determine how double-width characters render on a given terminal before adjusting chars used for Q logo
Nov 17, 2025
blacks1ne
changed the title
Determine how double-width characters render on a given terminal before adjusting chars used for Q logo
issue: differences in double-width characters rendering in specific terminal may mis-scale Q text logo
Apr 11, 2026
blacks1ne
changed the title
issue: differences in double-width characters rendering in specific terminal may mis-scale Q text logo
issue: differences in double-width character rendering in specific terminal may mis-scale Q text logo
Apr 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.