xaizek
xaizek
> example from above has demonstrated we don't need such macro to use with shell. It won't work in all contexts, because it relies on command-line command. So say in...
This doesn't seem to happen for me. I could be that you have something for setting icon title in your `.bash_profile` or equivalent.
Have you tried multiple programs? I use `gimp` for a test and looks like nothing is reset. Programs run in background have their output ignored, as opposed to foreground execution,...
I noticed that you match by mime-type and thought maybe that's the problem, but it seems to make no difference for me, still can't reproduce. Post output of `vifm --version`,...
Still can't reproduce it. It's a bit weird, but given how title is set, there is no guarantee that it persists. I guess implementing options mentioned in https://github.com/vifm/vifm/issues/587#issuecomment-691491751 will take...
> Midnight commander does this. As I understand it always sits between the user and the shell and also sometimes inserts commands into the shell, so it's somewhat different in...
> I have added a wiki page describing the process. Thanks for that. I didn't think about using `:cd` to affect currently selected pane. In case of #216, `:goto` will...
It's an easy thing to add, but I don't want it to be as wrong as it's often is. In my experience two kinds of ETA computations are in widespread...
How much is "large number of files"? > the stats are updated rarer and rarer That can be normal and happen if you have lots of small files which don't...
Since all foreground operations do happen on the same thread, it probably gets blocked in kernel waiting for file system's read/write operation to complete, which effectively blocks UI. Maybe it...