minus icon indicating copy to clipboard operation
minus copied to clipboard

Feature Request: Text Selection

Open AMythicDev opened this issue 2 years ago • 1 comments

Till this date, minus doesn't allow users to select or copy text which really limited it's use case. This issue aims to implement a text selection feature using the mouse.

AMythicDev avatar May 01 '23 08:05 AMythicDev

Removing the following line seems to restore the ability to select:

    execute!(out, event::EnableMouseCapture)
        .map_err(|e| SetupError::EnableMouseCapture(e.into()))?;

Scrolling still seems to work, at least for my use case.

Has that been explored?

cmbartschat avatar Jan 13 '25 05:01 cmbartschat