Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

Font and Titlebar #650

Open applebait opened 3 years ago

applebait commented 3 years ago

Is it possible to always have the ability to choose a font for any theme? In my case I need to always have MesloLGS NF… Also, the ability to remove the Titlebar on macOS would be awesome. One more thing, the Preferences panel is broken on macOS, I don't know if it is happening only when in Dark Mode… Great project! Congratulations.

Cheers

EDIT: Sorry for the font issue I've mentioned, everything is ok indeed. I just found out later that it has to do with the rasterization type. :)

tbennett6421 commented 2 years ago

I'm having this font issue sporadically too.

I got it to display right once, But I'm unable to get it fixed permanently. I don't think its actually using the font.

image image

From the developer of my theme

If your terminal can display U+E0B0, then it can display it. If it cannot, then it cannot. It

You can check whether your terminal can display U+E0B0 with the following command:

zsh -fc "echo '\uE0B0'"

Or with plain printf (should work in any POSIX-based shell):

printf '\356\202\260\n'

The most common reason why your terminal may be unable to display U+E0B0 is that it's using a font that doesn't have this glyph. To fix this issue you need to install a font that has this glyph and then tell your terminal to use the font.

tbennett6421 commented 2 years ago

figured it out...

image
armandobelardo commented 1 year ago

@applebait or @tbennett6421 did y'all ever find a way to hid the titlebar?