[PR #13638] [MERGED] GdiEngine: Invalidate entire rows at a time #29679

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13638
Author: @lhecker
Created: 7/31/2022
Status: ✅ Merged
Merged: 8/2/2022
Merged by: @undefined

Base: main ← Head: dev/lhecker/gdi-row-invalidation


📝 Commits (1)

  • 06bf874 GdiEngine: Invalidate entire rows at a time

📊 Changes

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

View changed files

📝 src/renderer/gdi/invalidate.cpp (+2 -2)

📄 Description

This fixes an issue were overwriting parts of a row would only trigger
that specific portion of the row to be redrawn. This isn't just
problematic for combining characters, but also for things like
the new TestDbcsBisectWriteCells test introduced in #13626.

Benchmarks showed no impact on performance whatsoever.

Validation Steps Performed

  • Pick this commit into #13626
  • Run the TestDbcsBisectWriteCells test and break before OpenConsole exits
  • A correct "QいかなZYXWVUTに" output is visible ✅

🔄 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/13638 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 7/31/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/gdi-row-invalidation` --- ### 📝 Commits (1) - [`06bf874`](https://github.com/microsoft/terminal/commit/06bf874530df6490dbeaeb44f8899898d8a0f5c3) GdiEngine: Invalidate entire rows at a time ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/gdi/invalidate.cpp` (+2 -2) </details> ### 📄 Description This fixes an issue were overwriting parts of a row would only trigger that specific portion of the row to be redrawn. This isn't just problematic for combining characters, but also for things like the new `TestDbcsBisectWriteCells` test introduced in #13626. Benchmarks showed no impact on performance whatsoever. ## Validation Steps Performed * Pick this commit into #13626 * Run the `TestDbcsBisectWriteCells` test and break before OpenConsole exits * A correct "QいかなZYXWVUTに" output is visible ✅ --- <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:36:17 +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#29679