You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new versions of chafa, some extra sixel escape sequences are sent which messes up image previews in lf. The fix is to add an extra --polite=on to avoid sending them.
Is there any way I can append these args to chafa?
For now, I wrote a wrapper for chafa and placed in in my ~/.local/bin folder.
#!/bin/shexec /usr/sbin/chafa --polite=on "$@"
The text was updated successfully, but these errors were encountered:
UtkarshVerma
changed the title
chafa v1.14.0 messes up image previewschafa v1.14.0 messes up sixel image previews
Mar 14, 2024
In the new versions of
chafa
, some extra sixel escape sequences are sent which messes up image previews inlf
. The fix is to add an extra--polite=on
to avoid sending them.Is there any way I can append these args to chafa?
For now, I wrote a wrapper for
chafa
and placed in in my~/.local/bin
folder.The text was updated successfully, but these errors were encountered: