microsoft/Terminal

Mouse panning (middle-button scrolling)

Open

#1,701 建立於 2019年6月28日

在 GitHub 查看
 (7 留言) (4 反應) (0 負責人)C++ (3,212 fork)batch import
Area-InputArea-TerminalControlHelp WantedIssue-TaskProduct-Terminalgood first issue

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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.

貢獻者指南