minus
minus copied to clipboard
Feature Request: Text Selection
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.
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?