[PR #3292] [MERGED] Revert two cursor changes that cause crashing and rendering artifacts #25312

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3292
Author: @DHowett-MSFT
Created: 10/22/2019
Status: Merged
Merged: 10/22/2019
Merged by: @miniksa

Base: masterHead: dev/duhowett/actually_just_revert


📝 Commits (1)

  • 549369e Revert two cursor changes that cause crashing and rendering artifacts

📊 Changes

3 files changed (+1 additions, -23 deletions)

View changed files

📝 src/cascadia/TerminalCore/Terminal.cpp (+0 -19)
📝 src/cascadia/TerminalCore/Terminal.hpp (+0 -1)
📝 src/cascadia/TerminalCore/terminalrenderdata.cpp (+1 -3)

📄 Description

Revert "Fix cursor redrawing crash (#2965)"
This reverts commit 926a2e3d80.

Revert "Fix double width cursor for CJK characters (#2932)"
This reverts commit eafa884fc4.

Fixes #3277.
Fully reverts #2965, #2932.

Summary of the Pull Request

Chatted with @skyline75489 about the appropriate fix for #3277, and we decided that it'd be best to revert these two PRs until we can get them in better shape.

PR Checklist

Validation

A whole bunch of bisecting.


🔄 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/3292 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 10/22/2019 **Status:** ✅ Merged **Merged:** 10/22/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `dev/duhowett/actually_just_revert` --- ### 📝 Commits (1) - [`549369e`](https://github.com/microsoft/terminal/commit/549369ecc83efb2379fdb6db4523fd6ed0270c8a) Revert two cursor changes that cause crashing and rendering artifacts ### 📊 Changes **3 files changed** (+1 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+0 -19) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+0 -1) 📝 `src/cascadia/TerminalCore/terminalrenderdata.cpp` (+1 -3) </details> ### 📄 Description Revert "Fix cursor redrawing crash (#2965)" This reverts commit 926a2e3d800a18a23139f8c6e9f97f3ccf63650c. Revert "Fix double width cursor for CJK characters (#2932)" This reverts commit eafa884fc40e566c4df4a4521850b14130a7ff24. Fixes #3277. Fully reverts #2965, #2932. ## Summary of the Pull Request Chatted with @skyline75489 about the appropriate fix for #3277, and we decided that it'd be best to revert these two PRs until we can get them in better shape. ## PR Checklist * [x] Closes #3277 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [ ] Requires documentation to be updated * [x] . ## Validation A whole bunch of bisecting. --- <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:08:40 +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#25312