pop-os / cosmic-term

WIP COSMIC terminal emulator
GNU General Public License v3.0
370 stars 61 forks source link

Broken rendering in btm #166

Open hojjatabdollahi opened 6 months ago

hojjatabdollahi commented 6 months ago

bottom is a top alternative written in rust.

It is the only terminal application that I frequently use and is broken in cosmic-term. Everything else works perfectly fine.

Here is a screenshot. I'm not sure what is causing the TUI to break apart over time.

screenshot-2024-03-22-04-30-18

jackpot51 commented 6 months ago

The braille font used here is not being modified to the correct width, this is a problem with cosmic-text: https://github.com/pop-os/cosmic-text/issues/237

snaggen commented 5 months ago

I assume you don't have a mono space brail font installed, so it fallbacks to a non-mono brail font. Installing Iosevka font will most likely make things look correct again. See issue https://github.com/pop-os/cosmic-term/issues/66 for reference.

How does it look on your system in other terminals? Are they forcing the font to be mono?