ABlueDruid
ABlueDruid
I Just tested the same code snippet with foot terminal (waylad) (Uses sixel graphics) and it behaved just like I wanted. There were no restacking, the hello text also showed....
Can't make it work. Help
> This should solve your issue: > > ``` > echo -en "\e_Ga=d,d=C;\e\\"; chafa ... > ``` No; It remains the same; thanks for help though.
Doing this a bit different thing happen. The Image stacking is still there in kitty i.e the images are staking on each other but when moved to the Text file...
Yeah basically the code is same though. ```bash selected_files="$(fzf --bind='alt-j:down,alt-k:up' --multi --height=50% --layout=reverse --preview-window=right:60%:wrap \ --preview=' echo -en "\e_Ga=d,d=A\e\\" mimetype=$(file --mime-type -b {}) case "$mimetype" in image/*) case "$TERM" in...
Apologies for the delay from my end. Appreciate your patience. Nevertheless here is the recording of kitty terminal Emulator with the last script. https://github.com/user-attachments/assets/80d911ff-451a-4635-a98e-a2e56580728b
It is not working either. Just like the last recording. behaviour is same. But thanks a lot for helping me this far. And you can try it on our own...
Thanks for the description. But I think that it will not totally solve the image stacking problem in kitty terminal (so to say kitty graphics protocol). I think chafa has...