[PR #5798] [MERGED] Trigger scroll on scrolled selection #26476

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5798
Author: @carlos-zamora
Created: 5/7/2020
Status: Merged
Merged: 5/8/2020
Merged by: @DHowett-MSFT

Base: masterHead: dev/cazamor/bugfix-search-selection


📝 Commits (1)

  • bd685e4 Trigger scroll on scrolled selection

📊 Changes

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

View changed files

📝 src/cascadia/TerminalCore/terminalrenderdata.cpp (+1 -1)

📄 Description

Summary of the Pull Request

We accidentally missed switching one TriggerRedrawAll to TriggerScroll. This does that.

References

#5185 - applies logic from this PR

PR Checklist

Validation Steps Performed

Followed bug repro steps.


🔄 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/5798 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 5/8/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/cazamor/bugfix-search-selection` --- ### 📝 Commits (1) - [`bd685e4`](https://github.com/microsoft/terminal/commit/bd685e4e9bdeab2559ef4ae7eab7760101c6b53d) Trigger scroll on scrolled selection ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/terminalrenderdata.cpp` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request We accidentally missed switching one `TriggerRedrawAll` to `TriggerScroll`. This does that. ## References #5185 - applies logic from this PR ## PR Checklist * [X] Closes #5756 ## Validation Steps Performed Followed bug repro steps. --- <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:16:19 +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#26476