[PR #2965] [MERGED] Fix potential cursor redrawing crash #25172

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2965
Author: @skyline75489
Created: 9/29/2019
Status: Merged
Merged: 10/18/2019
Merged by: @carlos-zamora

Base: masterHead: fix/cursorRedrawCrash


📝 Commits (2)

  • 30956d7 Added read lock and fix various cursor pos issue
  • 941b377 Changes for review

📊 Changes

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

View changed files

📝 src/cascadia/TerminalCore/Terminal.cpp (+19 -0)

📄 Description

Summary of the Pull Request

Fixes crash introduced by #2932

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

See #2932


🔄 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/2965 **Author:** [@skyline75489](https://github.com/skyline75489) **Created:** 9/29/2019 **Status:** ✅ Merged **Merged:** 10/18/2019 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `master` ← **Head:** `fix/cursorRedrawCrash` --- ### 📝 Commits (2) - [`30956d7`](https://github.com/microsoft/terminal/commit/30956d7f6629d0b9635fbb1b7c475fcefe2e062b) Added read lock and fix various cursor pos issue - [`941b377`](https://github.com/microsoft/terminal/commit/941b377e063139694f87cd593c6d7bcdb49b3a6f) Changes for review ### 📊 Changes **1 file changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+19 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Fixes crash introduced by #2932 <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #2986 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments See #2932 --- <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:07:45 +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#25172