microsoft/Terminal

Mouse panning (middle-button scrolling)

Ouverte

#1 701 ouverte le 28 juin 2019

 (7 commentaires) (4 réactions) (0 personne assignée)C++ (9 275 forks)batch import
Area-InputArea-TerminalControlHelp WantedIssue-TaskProduct-Terminalgood first issue

Métriques du dépôt

Stars
 (103 173 étoiles)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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.

Guide contributeur