xaizek
xaizek
Hello, You need to add [`%pd`](https://vifm.info/vimdoc.shtml#vifm-%25pd) macro and also specify height/width: ```vim fileviewer {*.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm}, \ /opt/homebrew/bin/viu --width %pw --height %ph %c %pd ```
Hard to say, I don't see this with sixel and it works very similar to images in iTerm2. It might be terminal dropping image on update when it shouldn't. You...
Well, adding a thread for that might not be necessary at all. You already have independent processes. It's displaying which needs to be made asynchronous and not wait for data....
I wasn't really thinking about graphics preview while writing my response, they do make things more complicated. Your analysis regarding `SIGINT` and queues makes sense. > I found out, in...
@patroclos, added `'previewoptions'`, thanks for the suggestion. With this ```vim :set previewoptions+=graphicsdelay:0 ``` previewing with `w3m` lags much less and I was blaming it on `w3m`.
> would it be reasonable to make value of `0` default? With the delay it works in more terminals. Also if default value of a new option won't match old...
The main part has just landed on `master`. Graphical previewers (doesn't include Sixel and other pass-through viewers) is what's left as they are still synchronous. Need to think how to...
Yes, Ueberzug previewer just sends a request to do the preview for pictures, but there are other things like: ```bash convert -coalesce "$PWD/$6" "/tmp$PWD/$6/$6.png" fontpreview -i "$6" -o "/tmp${PWD}/$6.png" ffmpeg...
I saw this too, tried to fix recently, but I couldn't solve it completely. The problem is that curses draws some characters in a special way, but it doesn't seem...
So you would like a user to be asked about conflicts and choices to be remembered for later use in background?