aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

Cannot select text #62

Closed lpolzer-enercity closed 4 years ago

lpolzer-enercity commented 4 years ago

It looks like I cannot select text with my mouse. Sorry if this is a duplicate, but I couldn't find anything like it.

Notion window manager. Text selection usually works fine.

aaronjanse commented 4 years ago

Not a duplicate. Thanks for the bug report!

Which termimal emulator do you use?

Also, have you tried pressing shift while selecting text?

lpolzer-enercity commented 4 years ago

Using xterm.

Yes, it works with Shift. Is that the intended behavior?

aaronjanse commented 4 years ago

Yes, it works with Shift. Is that the intended behavior?

Sadly so. I might be wrong, but the only proper way I know of for capturing scrolling is by enabling mouse event capturing, which requires shift to be pressed if you select text.

If I find a terminal emulator that doesn't support shift to select, maybe I should add a keybinding to 3mux to temporarily disable mouse event capture.

aaronjanse commented 4 years ago

I'll close this for now. If anyone wants to explore further options, feel free to comment (and I'll re-open)