vercel/hyper

Pixels showing up on the left side of the terminal when #'s are scrolled

morrowmh opened this issue · 3 comments

Running macos 14.6.1 (23G93)
Brand new hyper install, running with zsh, but nothing else (no oh-my-zsh). No plugins, default hyper.json, error persists across all displays.

Strange pixels appear on the left when scrolling. It ONLY seems to happen when # characters are scrolled on the screen. I tested with other characters and the issue does not happen. Also, it only happens when the # characters are on the very left of the screen. If they are spaced over to the right at all, it does not happen.
glitch

Update: this only happens with the rose pine theme plugin installed.

Found the issue. In the index.js for the color theme, you need to remove cursorAccentColor. Once I do this, the problem goes away.

I think this is worth reopening, since this issue is on Windows also. I just tested it. Change cursorAccentColor in the default .hyper.js config from #000 to #ffffff and the issue shows up!