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
joaomoreno opened this issue
Sep 11, 2017
· 2 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
My PS1 starts with ➜ (one arrow and one space). The space is there so there's enough space to render the arrow. But the new canvas terminal simply crops the arrow.
The text was updated successfully, but these errors were encountered:
Tyriar
added
bug
Issue identified by VS Code Team member as probable bug
terminal
General terminal issues that don't fall under another label
labels
Sep 11, 2017
Apparently this is a particularly popular wide character (dupe in #34121), "wide" characters that take up single widths are now cropped as characters own only their cell(s). This arrow char is similar to an emoji, wherein it is a single width character followed by a space. Maybe it should be special-cased and treated like an emoji until a proper solution is devised, due to its popularity (default oh-my-zsh?).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
My PS1 starts with
➜
(one arrow and one space). The space is there so there's enough space to render the arrow. But the new canvas terminal simply crops the arrow.The text was updated successfully, but these errors were encountered: