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.