xaizek
xaizek
I don't have such problem, maybe transparency is the issue. I found that `w3mimgdisplay` has `-bg` option. You can try specifying it (e.g., `-bg red`).
> Setting a background on both the imagedisplay and the clear just leaves the background wherever the image is transparent. But it still leaves the transparent artifacts on the rest...
So doing `echo -e "$erase" | $W3MIMGDISPLAY -bg 'gray'` works?
Have you tried ARGB format (`#ff000000`)? `-bg` doesn't seem to actually change erasure color for me (uses terminal background). Maybe consider using [vifmimg](https://github.com/cirala/vifmimg), I think Ueberzug shouldn't have this issue...
Hello. I don't get this in Linux. I suspect that combination of directory icon code and `~` just happens to be some kind of special sequence for the terminal you're...
It's global to simplify things, even if it's not obvious. I didn't introduce 256-colors scheme earlier because it was problematic to handle `:highlight clear` with two builtin schemes. So it's...
> But perhaps the `Default.vifm` should also be moved to the global config? For consistency. I haven't made my mind about severity of the change in terms of compatibility. Existing...
Thanks for the code, an option to control alignment might be worth considering. Different kinds of menus might need different defaults. > And there is no horizontal scroll capability. There...
The patch wasn't applied. If I remember correctly it breaks functionality.
I think it was this way at some point and someone didn't like it (too colorful), so needs to be configurable. > In case it is not clear, it is...