microsoft/Terminal

Resizing terminal clears selection

オープン

#10,897 opened on 2021/08/08

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

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)

コントリビューターガイド