gokcehan / lf

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

Fix printing tags if it contains color #1782

Closed joelim-work closed 3 months ago

joelim-work commented 3 months ago

Apparently it's possible for tags to contain color, for example:

:tag "\033[31m-"
:tag "\033[32m+"

This no longer displays properly after b819d90be20eab1ba2f62f8f4e4976288d872f8f, so this PR fixes it.