gokcehan / lf

Terminal file manager
MIT License
7.8k stars 330 forks source link

fixed windows terminal icon colors cut off on overhanging icons #1776

Closed BPplays closed 4 months ago

BPplays commented 4 months ago

on windows terminal for some reason icon colors are cut off if the icon overhangs this happens on other terminal programs too. the fix is to print a space after the icon with the same style

before: before

after: after

joelim-work commented 4 months ago

@BPplays I ended up fixing this myself in #1777, can you try it out to see if it works?