-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Cropped icon rendering with Powerline+Font Awesome font . 'Fix' with opening split panes. #1769
Comments
Same issue here, noticed it on the previous version as well. |
Update: Still relevant for |
Any update on this? |
If it helps: I am using |
+1 also having the same 'icons cut off' issue. Using Zsh w/ InputMono Nerd Font. Also seeing a split fixing it in the original window. |
I've now encountered this issue. ZSH, PowerLevel9K with FureCode Nerd Font |
Update: Related issues I could find:
It seems that PR #1536 solves the problem. It was merged into master end of May and should therefore be in the next Hyper.js release. 🤞🏽 |
@paulklemm AFAIK #1536 has been reverted in #1847 |
@deiga You're right. Just compiled the current codebase and the problem still persists. |
@lucasqueiroz For me it's independent of the background color. Can you share your config? |
@lucasqueiroz The bug you mentioning has something to do with your theme, nothing is cropped out. |
It's not the theme. I've removed the theme, added again. It only works when there is no background color for the text. |
Any progress on this issue? Still present in v1.4.3 |
Seems like vscode terminal also has the same issue: microsoft/vscode#30289. Potentially issue upstream in xterm.js? |
Any improvement on this issue? |
For me, it has been fixed in 2.x |
2.x ? isn't the last version 1.4.8? |
Check the prerelease section
On Sep 30, 2017, at 12:12 AM, jobarbo <notifications@github.com<mailto:notifications@github.com>> wrote:
2.x ? isn't the last version 1.4.8?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1769 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJoxV-mCE-GuP2IRW0MWDVPUIN80i3Etks5snVYigaJpZM4NKph1>.
|
Seems to be fixed as of 2.0.4 (might be related to the recent fix in xterm.js). |
@fsegouin It's partially fixed. I still experience problems as @chhschou describes. Some Icons are still cropped. |
Hey, 2.0.4 didn't fix it for me, what did work for me though was adding this to .hyper.js config file:
|
@gabrieldrs Doing this seems to mess with the cursor, slightly offsetting it to the left when there are icons on the same line. Do you happen to know of any other fix for this? |
Hey there, to verify if this is indeed a Hyper issue or upstream at https://github.com/xtermjs/xterm.js/ could you please test if another xterm.js powered terminal shows the same problem you are experiencing? I suggest using https://github.com/Microsoft/vscode for testing. Thanks! |
@Stanzilla I was indeed experiencing the same issues in the vscode terminal. I have removed any icons to avoid this, so I haven't tested it since a bit after posting here. |
Is Vanilla
Issue
I'm using ZSH with the powerlevel9k theme and SourceCodePro+Powerline+Awesome Regular font (https://github.com/gabrielelana/awesome-terminal-fonts).
The icons are cropped in hyper.

When I open a new split pane horizontally, the problem disappears, while the new pane is still rendered wrong.
Opening a third one doesn't help.
If you, however, split horizontally, you can also get the opposing pane fixed.
The text was updated successfully, but these errors were encountered: