Results 500 comments of xaizek

I tried to move copying onto separate thread, but it had no effect on cancellation, because thread need to come back into user-space to process cancellation request. I also doubt...

Not in that sense :) It will still need to wait for that thread to finish properly, vifm will just redraw itself while waiting. And I don't see that slowdown,...

There is `cp-detached-from-ui` branch now, where file copying is performed in background. The branch is experimental and probably should be used only for testing (all tests pass, but code is...

Well, `cp-detached-from-ui` branch is still there (significantly behind `master` by now), but I don't know if it addresses this issue as I couldn't reproduce it (I think I observed something...

OK, by `needs more time` I didn't mean a month, I just was doing something else. The branch has been rebased onto current `master` for anyone willing to test it....

> one can't press i to show up the details dialog I have just noticed that handling input in this state is somewhat weird. It's easy to leave yourself without...

> So I can't do any action in "copy mode" (example: j/k movements) That's because `:copy` is a foreground operation. Use `:copy &` if you want to do the copying...

Seems to make sense, addition/removal is also a change. `CmpMismatch` sounds less applicable though, mismatch implies two files to differ. Adding `CmpAddition`/`CmpRemoval` seems more appropriate (no idea why names differ...

Hello. > would it be possible to bring image previews on the terminal to a similar performance as in GUI's? I guess the best chance is to precache images for...

> Sometimes vifm decides that it is time to refresh the inactive pane. It should happen either when options related to the way pane is displayed are changed or directory...