[PR #13100] [MERGED] AtlasEngine: Stop resizing buffers on scroll #29388

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13100
Author: @lhecker
Created: 5/14/2022
Status: Merged
Merged: 5/17/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/atlas-engine-fixup


📝 Commits (1)

  • a169ee0 AtlasEngine: Stop resizing buffers on scroll

📊 Changes

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

View changed files

📝 src/renderer/atlas/AtlasEngine.api.cpp (+9 -3)

📄 Description

This regressed in ad2358d.
We're interested in the size of the viewport only, but it can shift up/down
during scrolling. In these situations we shouldn't resize our buffers of course.

Validation Steps Performed

  • Scroll
  • Not setting ApiInvalidations::Size

🔄 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/13100 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 5/14/2022 **Status:** ✅ Merged **Merged:** 5/17/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/atlas-engine-fixup` --- ### 📝 Commits (1) - [`a169ee0`](https://github.com/microsoft/terminal/commit/a169ee0dbea48f1bf7be3a15396ef9db345af584) AtlasEngine: Stop resizing buffers on scroll ### 📊 Changes **1 file changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.api.cpp` (+9 -3) </details> ### 📄 Description This regressed in ad2358d. We're interested in the size of the viewport only, but it can shift up/down during scrolling. In these situations we shouldn't resize our buffers of course. ## Validation Steps Performed * Scroll * Not setting `ApiInvalidations::Size` ✅ --- <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:34:35 +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#29388