[PR #647] Bugfix: ESC didn't clear selection (except CMD) #24240

Open
opened 2026-01-31 09:02:09 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/647

State: closed
Merged: Yes


Text selection is now removed when ESC is passed as input. Still unclear as to why selection did get cleared in CMD but not in any of the other options. The line _terminal->ClearSelection() was still called but, for whatever reason, the renderer didn't update. @miniksa Any thoughts on that? Just curious.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/647 **State:** closed **Merged:** Yes --- Text selection is now removed when ESC is passed as input. Still unclear as to why selection did get cleared in CMD but not in any of the other options. The line `_terminal->ClearSelection()` was still called but, for whatever reason, the renderer didn't update. @miniksa Any thoughts on that? Just curious.
claunia added the pull-request label 2026-01-31 09:02:09 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24240