lsd-rs / lsd

The next gen ls command
Apache License 2.0
12.85k stars 420 forks source link

Icons disappear in Tmux in Putty #1008

Closed scaarup closed 4 months ago

scaarup commented 4 months ago

Description

I am running tmux on Putty (don't hate me, I have no choice). Everything is looking fine, but after executing lsd multiple times, the folder/dir icons disappear. If I resize the entire putty window, they reappear (see image) image Everything continously works outside of tmux. Also if I set icons.theme to unicode, the icons persist, but they are not "fancy".

And without "-l", icons remain just fine: image

zwpaper commented 4 months ago

It's the limitation of the fonts, lsd can do nothing to it.

Maybe you could try a new font, it might help

scaarup commented 4 months ago

@zwpaper But you can see the font works fine - and lsd works always - lsd -l does not. How can that be a font problem?

zwpaper commented 3 months ago

@zwpaper But you can see the font works fine - and lsd works always - lsd -l does not. How can that be a font problem?

As you said, if you change the window size, they all reappear, lsd can not control the behavior outside of its runtime

It should mostly be the compatibility between fonts and your terminal emulator