nushell / reedline

A feature-rich line editor - powering Nushell
https://docs.rs/reedline/
MIT License
545 stars 150 forks source link

Mouse controls #786

Open maxomatic458 opened 5 months ago

maxomatic458 commented 5 months ago

moving the cursor/select text (using the built in selection) with the mouse

maxomatic458 commented 5 months ago

could probably implemented via: https://docs.rs/crossterm/latest/crossterm/event/struct.MouseEvent.html