91861 / wayst

A simple terminal emulator
MIT License
295 stars 9 forks source link

Missing text #12

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

When using the cmus audio player, and scrolling up on the playlist, the first letter will be missing 3 rows down continually as you scroll up. This doesn’t happen when scrolling down.

My config: https://gist.github.com/shoober420/8a2206ee8472eb0b74aa7dec969f0ccc

60A33326-453D-41E4-B0EB-EBF2F0F4CCC9

shoober420 commented 4 years ago

The blue line that separates the playlist from the track list seems to render incorrectly as well, drawing rectangular boxes instead of a thin straight line. 54BF4D93-FB3F-46F6-940F-AF8AF34DF0D1

91861 commented 4 years ago

When using the cmus audio player, and scrolling up on the playlist, the first letter will be missing…

Fixed by 95abde27ff712696ff7c8c9b05f3d87f595b7aaf.

drawing rectangular boxes instead of a thin straight line

IBM Plex Mono doesn't contain box-drawing characters so "missing glyph" is rendered instead. You can use font-fallback to load missing glyphs from a different font.

font="IBM Plex Mono"
font-fallback="source code pro"
font-fallback2="Noto Color Emoji"
shoober420 commented 4 years ago

Thank you so much for the fix and information. I’ve officially migrated over and use your terminal as my main.

I made a issue about it on the IBMPlex GitHub page. https://github.com/IBM/plex/issues/93