tui-realm icon indicating copy to clipboard operation
tui-realm copied to clipboard

[Feature Request] - Add option to disable mouse capture

Open hasezoey opened this issue 3 months ago • 0 comments

Description

version 1.9.1 changed crossterm DisableMouseCapture to EnableMouseCapture, not making text select-able anymore and spamming a whole bunch of events for mouse hover.

Changes

The following changes to the application are expected

  • a option to disable / enable mouse capture

Implementation

Provide any kind of suggestion you propose on how to implement the feature. If you have none, delete this section.

  • add a option bool / function disable_mouse_capture (or similar) and so change which is of DisableMouseCapture or EnableMouseCapture is used

hasezoey avatar Mar 17 '24 14:03 hasezoey