Scrolling during mouse selection should extend the select region
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 14.6k
- Forks
- 734
- Avg merge
- 8h 40m
- Merged PRs (30d)
- 4
Description
Terminal: Windows Terminal (https://github.com/microsoft/terminal)
Intended behaviour:
Should select just like pretty much every standard GUI app textbox with multiple lines.
Where you can use scroll as you select to move the selection up or down, as if you're already dragging at the edges, but without having to drag the cursor to the edge.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named in the issue. Start by reproducing selection in the Windows Terminal, then trace how mouse selection and scrolling interact. It is done when scrolling during an active selection extends the selected region upward or downward without moving the cursor to the window edge.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100