xaizek
xaizek
> now shows a blank screen in the previewer. I can see that now, maybe output needs to be written differently on Windows for it to work. > Not having...
Tried out several things but saw no Sixel output despite it working outside of Vifm. There could be some prerequisite for it to work that is affected by PDCurses and/or...
> I also attempted using an external Bash script (based on eylles/vifm-sixel-preview, but simplified) invoked via Git Bash: `fileviewer 'C:/Program Files/Git/bin/bash.exe' 'C:/path/to/script' draw %pw %ph %F` > > Interestingly, extensive...
Using `SetConsoleMode()` and `WriteConsoleA()` didn't have any effect. Tried adding `sleep()` after printing the output in case it disappears fast but still saw nothing. Need to write a tiny application...
I have to say that this is unlikely to be implemented. Not that it can't be, but drawing images in terminals is always a pain in the ass and adding...
There is no such option and I don't think there is a reliable way of determining nesting. Environment variables can be set by something else or passed around through applications...
@ret2src Leaving that up to the user and enabling the implementation which is hard to ignore is probably the best option.
The previous time it came up I suggested to [use 'sortgroups' option](https://q2a.vifm.info/1514/pin-folder-to-top?show=1515#a1515) as a workaround, but it has its limitations. Providing this as a builtin functionality requires some more analysis....
Thanks, things are clearer now. > Maybe we could have _two kinds of pinning_: one _within a specific path_ and the other _across all directories_. If path matching for pinning...
> `:pin soft` would be influenced by sorting etc. In other words, not pinned? Is that supposed to unpin things?