-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fzf sixels image preview empty on Windows Terminal Preview + pwsh + chafa on Windows #3995
Comments
I can't reproduce it with Cascadia Mono. The preview works for me.
|
Does it work in non-fullscreen mode? e.g. |
Yes, |
This works, but clicking to select something is broken. |
I just saw this issue and I have 2 relevant issues open in the I believe there are overlapping issues with I'll keep working with the |
It's a long story. We currently have two different renderer implementations for Windows, one is based on tcell library which is used when opening fzf in full-screen mode. The other is "light renderer" which was added later to support
"Light" renderer has image support (using simple/naive pass-through mechanism), but tcell renderer does not, so that's why image is only shown when I tried removing the tcell renderer and using the light renderer even in full-screen mode, but it turned out to have an issue with non-ASCII characters, so I had to revert the decision. We need to find a way to fix #3799 |
Checklist
man fzf
)Output of
fzf --version
0.55.0 (fc69308)
OS
Shell
Problem / Steps to reproduce
Windows Terminal Preview now supports sixels. The stable release of Windows Terminal does not yet support it.
Problem:
In pwsh, on Windows Terminal Preview, when you run
ls -name *.png | fzf --preview 'chafa -s 50x50 -f sixels {}'
, the preview window is empty.Steps:
scoop install fzf chafa
.ls -name *.png | fzf --preview 'chafa -s 50x50 -f sixels {}'
in directory that has png files.The text was updated successfully, but these errors were encountered: