AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
316 stars 23 forks source link

Ability to select and copy paged text #48

Closed sergiimk closed 3 years ago

sergiimk commented 3 years ago

Is your feature request related to a problem? Please describe. When paging through a file with more or viewing git log you can mouse-drag over or double-click the text to select and copy it. Text selection currently doesn't work with minus, which is quite limiting.

Describe the solution you'd like Text selection should work similarly to other paginators

Additional context Not sure if this a bug or missing feature - got same results under bash and zsh.

AMythicDev commented 3 years ago

00d744f2fbfe9736d663cc2a731404a83444261e fixes the issue. I will make a patch release by tomorrow. Thanks for opening the issue.