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

Hyper Terminal shows random character while reading file on terminal #6030

Closed
ciscohack opened this issue Oct 17, 2021 · 4 comments
Closed

Comments

@ciscohack
Copy link

ciscohack commented Oct 17, 2021

  • OS version and name: macoS BigSur 11.6
  • Hyper.app version: Hyper 3.1.0 canary 6
  • Link of a Gist with the contents of your .hyper.js:
  • The issue is reproducible in vanilla Hyper.app:

Issue

Hi Team,

I am seeing random characters on my hyperterm while reading or doing doing anything with log files. you can see the screenshot.these character appear randomly on top of my log files word annoying reading logs.

image

  • Relevant information from devtools
    image

My Hyper Setting
hyper.js.zip

@ciscohack
Copy link
Author

As per my understanding of this issue. it's seem hyperterm is not compatible with FiraCode Nerd Font. That is strange most terminal App are very much compatible with FiraCode NF then why Hyperterm is having issue also ligature is not working or failing

@ciscohack
Copy link
Author

ciscohack commented Oct 17, 2021

I have identified the issue.. it was webGLRenderer setting turn on causing issue with FiraCode font. i have turn it to false and issue resolved.But ligature is not fully supported or working and i have seen some of most used plugins causing load and freeze issue

@BitInByte
Copy link

I think that we might need to wait for a solution for this, I have the same problem with Caskadya Nerd Font.

@LabhanshAgrawal
Copy link
Collaborator

@ciscohack webgl renderer has known issues with ligatures #5757
If you want to continue using ligatures then you should use canvas renderer by setting webGLRenderer to false
webgl has better performance though, so if you don't need ligatures, you should remove the plugin hyper-font-ligatures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants