[PR #11286] [MERGED] Fix selection render on paste #28477

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11286
Author: @serd2011
Created: 9/20/2021
Status: Merged
Merged: 9/21/2021
Merged by: @undefined

Base: mainHead: fix11227


📝 Commits (1)

  • 777d524 Fixed selection rerender on paste

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalControl/ControlCore.cpp (+1 -0)

📄 Description

Summary of the Pull Request

Clears selection render on paste

PR Checklist

Detailed Description of the Pull Request / Additional comments

Added _renderer->TriggerSelection(); similarly to the copy action few lines up in CopySelectionToClipboard function

Validation Steps Performed

Manually tested


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11286 **Author:** [@serd2011](https://github.com/serd2011) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/21/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `fix11227` --- ### 📝 Commits (1) - [`777d524`](https://github.com/microsoft/terminal/commit/777d5249cc74dbee207ac86a80ba6b818eff9fc4) Fixed selection rerender on paste ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/ControlCore.cpp` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request Clears selection render on paste ## PR Checklist * [x] Closes #11227 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA ## Detailed Description of the Pull Request / Additional comments Added ```_renderer->TriggerSelection(); ``` similarly to the copy action few lines up in ```CopySelectionToClipboard``` function ## Validation Steps Performed Manually tested --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:46 +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#28477