Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
0 votes
in vifm by

I have been using this to preview images in vifm running in kitty:

 fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
    \ kitten icat --silent --transfer-mode=file --place=%pwx%ph@%pxx%py %c >/dev/tty </dev/tty %N
    \ %pc
    \ kitten icat --clear --silent >/dev/tty </dev/tty %N

It has been working great.

Recently I upgraded my kitty (no changes in vifm), and now the preview works for one or two images and then it starts to blink and turns black. As soon as I move the mouse it shows the preview.

I was wondering if you any opinion on what might be causing this and how to resolve this.
Thank you.

by

It stopped working in kitty 0.43.0.
It works fine in kitty 0.42.2.

1 Answer

0 votes
by

The list of changes for v0.43 mentions:

A new protocol for multiple cursors in the terminal (#8927)

I would think it may be related, but there are a few other things that look suspicious. This may need bisecting differences between v0.42.2 and v0.43.

If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...