-
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
ZSH powerline prompt not rendering properly on hyper 3.0.0 #3617
Comments
So for some display-related reason (maybe CSS settings for legibility, maybe the actual Electron version), the start of the actual glyph no longer aligns with the start of the background, which is a problem for any theme/font that use the arrow, and on any OS. |
Same issue here, on Ubuntu 18.04. This is a duplicate of #3575 |
This may be related to broken ligatures in 3.0.0 #3607 |
Noting that #3575 lists a workaround:
The behaviour isn't perfect (there's a 1px offset in the opposite direction still) but it should help resolve some of that annoyance |
I dropped webGLRenderer: false, right under update channel and it worked for me |
I made the change, at the top of my config, in the latest macOS, and I still have the problem. Everything looks like it should in vanilla Terminal. |
Thank you! I had the same problem with my PowerShell powerline prompt. It was so irritating. |
Can confirm this issue on Ubuntu 18.04 with zsh.
fixes it, as well. |
@Stanzilla why was this closed? |
It's our solution for now. until webglrenderer gets more usable. |
It's not a workaround or a solution if it doesn't work. As I said above, I'm still getting boxes in macOS Mojave, and yes I have reinstalled, reloaded my config, etc. It's literally something I re-try again every few weeks because other terminal GUIs are so much harder on my eyes, but I'm stuck in iTerm2 for now. |
@Muzical84 well you could test one of your CI builds https://app.circleci.com/jobs/github/zeit/hyper/2923/artifacts or switch to https://github.com/Eugeny/terminus instead. It's very well maintained. |
Issue
Using zsh by default above, the powerline prompt is incorrectly showing a black line and shape at the front and back on hyper3. This change occurred after the update.
The text was updated successfully, but these errors were encountered: