microsoft/Terminal

Mouse panning (middle-button scrolling)

開放

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

 (7 則留言) (4 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-InputArea-TerminalControlHelp WantedIssue-TaskProduct-Terminalgood first issue

倉庫指標

星標
 (103,173 顆星)
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.

貢獻者指南