microsoft/Terminal

Resizing terminal clears selection

開放

#10,897 建立於 2021年8月8日

 (4 則留言) (0 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Windows Terminal version (or Windows build number)

Dev - latest

Other Software

No response

Steps to reproduce

  1. Select text.
  2. Resize the terminal vertically
  3. Select text
  4. Resize terminal horizontally

Expected Behavior

  • After 2: the selection should be preserved (both block and non-block selection)
  • After 4: probably, non-block selection should remain adjusted to the new position of the selected text

Actual Behavior

Selection is cleared both after 2 and 4 (inside _doResizeUnderLock)

貢獻者指南