Feature Request: Scroll from selection dragging out of window #1247
Labels
Area-Interaction
Interacting with the vintage console window (as opposed to driving via API or hooks)
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Summary of the new feature/enhancement
prereq: make sure you can scroll in the instance you're on
As of now, the selection "stops" at the end of the window.
The feature is that it should act like regular ConHost instances where it starts scrolling for you so that you can keep expanding the selection.
Proposed technical implementation details (optional)
I'm hoping this isn't too difficult. We would have to detect when the mouse gets close/past the edge of the window. Then, when that actually occurs, communicate with the scrollBar and move it.
The text was updated successfully, but these errors were encountered: