Results 500 comments of xaizek

Works here with v9.21... It looks as if double buffering is enabled in the terminal in which case images shouldn't really work (buffer switching clears them). Will need more tries...

I have trouble making urxvt use the font I specify, but its man page says this: ``` buffered: boolean Compile xft: Turn on/off double-buffering for xft (default enabled). On some...

v9.22 + Literation Mono + your Xdefaults and it still works. > EDIT: trying out the second invocation doesn't seem to make any change. I wanted to suggest it, because...

Is it the same if you run `vifm -c 'fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm imgt %px %py %pw %ph %c' --no-configs` (quit with `:q!` afterward)? Trying to make sure that configuration is identical.

I see `XClearArea` being called, but not always (e.g. can switch images without any calls to it). After looking at their code got an idea that maybe color scheme matters,...

@JacksonGariety that's pretty much a side effect of implementation details of `urxvt`, which happens to be incompatible with `w3m` due to extra clearing of the screen. `w3m` relies on terminal...

> why ranger does seem to work? (It's probably a lucky coincidence but I wonder what happens sequentially, line by line) Hard to tell, both redrawing process and usage of...

That's because Linux doesn't provide a way to query for case sensitivity (OS X does, so maybe *BSD systems do), so Vifm assumes FS is case-sensitive on Linux. It might...

I tried to make it work, but the results aren't what I expected. Renaming operation succeeds, but nothing is being renamed, file name remains as it was before. `mv aa...

How do you want to use it? Currently you can get it in `%f` if command is given `%` range (e.g., `:%!echo %f`).