microsoft/Terminal

Resizing terminal clears selection

Open

#10.897 geöffnet am 8. Aug. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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)

Contributor Guide