lf icon indicating copy to clipboard operation
lf copied to clipboard

gpm support

Open Lassebq opened this issue 2 years ago • 3 comments

While mouse events work just fine in a terminal, in a TTY, where the only way to use mouse is gpm, it doesn't. The only file manager which I know supports gpm is midnight commander, if that may help.

Lassebq avatar Sep 12 '23 08:09 Lassebq

lf doesn't read input events directly, it uses the tcell library to do so. There is already an outstanding issue there for gpm support: https://github.com/gdamore/tcell/issues/297

I agree with the discussion in there that the support should be implemented inside tcell, and not in every application that uses it.

joelim-work avatar Sep 13 '23 01:09 joelim-work

I see. Then I assume this issue can be closed?

Lassebq avatar Sep 13 '23 06:09 Lassebq

I don't mind either way. Maybe it's better to leave the issue open in case someone else asks the same question later on.

joelim-work avatar Sep 13 '23 08:09 joelim-work