Ilya Grigoriev
Ilya Grigoriev
From https://github.com/gokcehan/lf/issues/268#issuecomment-762506668 and [the code], it looks like the answer is no. The location of the mouse isn't being checked anywhere. [the code]: https://github.com/gokcehan/lf/blob/a13c14fb079b8062137cc7414b8d79c77aea1378/ui.go#L1021
This seems unlikely to happen. You can look at https://github.com/gokcehan/lf/issues/610 and https://github.com/gokcehan/lf/issues/568.
Just pushed a minor update (improved naming).
Added a bugfix so that empty directories and similar situations get the same highlighting as non-empty ones.
Synced to master, reduced back to two commits (one for functionality, one for a no-op cleanup).
@gokcehan Done, thanks for looking!
I was also considering adding an option to choose whether the preview dir cursor is dim (as implemented here), normal (as it was before), or invisible. I didn't do it...
That's an interesting idea, @pauloue, but I'd rather not. A separate command is easier to remember, for me at least. A somewhat more objective argument is that in `lf`, `map...
Just rebased this on top of master to get rid of conflicts.
Well, I do remove the temporary file ASAP. :) I'll look into not using one when I have a moment. I'll need to use lower-level functions. Also, I don't know...