microsoft/Terminal

Mouse panning (middle-button scrolling)

Offen

#1.701 geöffnet am 28.06.2019

 (7 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-InputArea-TerminalControlHelp WantedIssue-TaskProduct-Terminalgood first issue

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Summary of the new feature/enhancement

Introduce scrolling with middle mouse button, common to browsers/text editors and also available in conhost.

Currently middle mouse button is not used (right?) but there are requests to use it to paste text, so there needs to be a settings for that.

Proposed technical implementation details (optional)

PR #1523 introduces mechanism to implement scrolling, cursor image has to be replaced with appropriate images.

Contributor Guide