[PR #14038] [MERGED] AtlasEngine: Fix cursor invalidation #29889

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14038
Author: @lhecker
Created: 9/19/2022
Status: Merged
Merged: 9/20/2022
Merged by: @DHowett

Base: mainHead: dev/lhecker/14028-cursors


📝 Commits (1)

  • c5b0f9e AtlasEngine: Fix cursor invalidation

📊 Changes

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

View changed files

📝 src/renderer/atlas/AtlasEngine.cpp (+7 -7)

📄 Description

There's a different behavior regarding cursors between conhost and Windows
Terminal. In case of the latter we don't necessarily call PaintCursor
during cursor movement, because the cursor blinker never stops "blinking".

Closes #14028

Validation Steps Performed

  • Enter text until after the line wraps
  • Hold backspace until the line unwraps
  • No leftover cursor on the second line

🔄 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/14038 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 9/19/2022 **Status:** ✅ Merged **Merged:** 9/20/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/lhecker/14028-cursors` --- ### 📝 Commits (1) - [`c5b0f9e`](https://github.com/microsoft/terminal/commit/c5b0f9eca3624c20c24ff3eb5de0a93050f9b790) AtlasEngine: Fix cursor invalidation ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.cpp` (+7 -7) </details> ### 📄 Description There's a different behavior regarding cursors between conhost and Windows Terminal. In case of the latter we don't necessarily call `PaintCursor` during cursor movement, because the cursor blinker never stops "blinking". Closes #14028 ## Validation Steps Performed * Enter text until after the line wraps * Hold backspace until the line unwraps * No leftover cursor on the second line ✅ --- <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:37:27 +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#29889