hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Artifacts from app stays on screen after quiting nvim with nvim-tree.

Open pilarskikt opened this issue 1 year ago • 4 comments

  • [x] I am on the latest Hyper.app version
  • [x] I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: MacOS Ventura 13.4.1 (22F82)
  • Hyper.app version: 3.4.1
  • Link of a Gist with the contents of your hyper.json: https://gist.github.com/pilarskikt/06c32bdbe9e45894957cf3eee4cf8790
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
  • The issue is reproducible in vanilla Hyper.app: applicable

Issue

After fresh install of Hyper, when i enter lunarVim open nvim-tree and then exit lvim completly there are some vertical lines/artifacts from lvim session on screen, please see screenshot below. image

pilarskikt avatar Jul 21 '23 08:07 pilarskikt

Yeah, the xterm webgl renderer sometimes has these artifacts, especially with ligatures, you can try to disable either webgl or ligatures and see if it's better.

LabhanshAgrawal avatar Jul 21 '23 18:07 LabhanshAgrawal

The same issue is observed while using neovim, telescope, nvim-tree, etc. on Hyper. This happens mostly when I use transparent background in my theme (navarasu/onedark in my case), but am able to get rid of these artifacts with Ctrl+L. I can post more screenshots, but the author has given an apt example.

bhavinc avatar Aug 21 '23 07:08 bhavinc

Having the same issue, disabling webgl and ligatures did not help in this case. Edit: On Windows, version 3.4.1

SamHep0803 avatar Nov 11 '23 12:11 SamHep0803

Can confirm, this was culprit of my errors for long time, breaking everything (VIM, TMUX, ...). I was so happy about WebGL being fast that I missed how it renders text (it draws fast, but lefts artifacts and drawing errors ... kind of reminds me prehistoric Intel processors - computes results faster than anybody on earth, but with errors, so it is useless).

onionka avatar Apr 16 '24 07:04 onionka