xaizek
xaizek
Hello, > I am starting to move to vifm from a very complex TC setup Hope Vifm will serve you well. > I see the colors (with same colorscheme) look...
> ok, so to be clear, it is expected that what is red in win10 windows terminal is blue in ubuntu and differences like that correct? Normally, that shouldn't happen...
`CreateFile` was introduced in bd3b412424 to "fix check of directory write permissions on Windows", because `access()` check didn't work. I think I've even noticed this issue with `C:\`, but created...
I think the purpose of 6bf587c64b was to give a more user-friendly message and avoid showing things like confirmation dialog when no operation is possible. It can be dropped in...
Fixed via `AccessCheck()` by considering a directory writable if you can delete or add something in it, which is not that much different from Unix systems due to sticky bit...
I'm quite surprised GIF is played with Sixel at all. I never thought of trying it, but I think I know what seems to be going on. `chafa` or `img2sixel`...
> Chafa in the terminal works perfectly, just not in vifm. In a shell Chafa works synchronously and communicates with the terminal directly. In Vifm it's run detached from the...
> `%pu` would be acceptable for me, if it didn't lock up the program until the gif has processed There is no flag that disables drawing of partial result. `%pu`...
The use case like this was never considered. The closest thing is to use [`extcached()` function](https://vifm.info/vimdoc.shtml#vifm-extcached%28%29) in status line format and filter out non-mp4 files in the script to return...
No, but it probably won't be hard to add.