[PR #14379] [MERGED] Ensure reading the buffer content actually returns the content #30067

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14379
Author: @ianjoneill
Created: 11/12/2022
Status: Merged
Merged: 11/12/2022
Merged by: @undefined

Base: mainHead: b-unable-to-export-buffer-text


📝 Commits (1)

  • 86e23b3 Ensure reading the buffer content actually returns the content

📊 Changes

2 files changed (+20 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalControl/ControlCore.cpp (+1 -1)
📝 src/cascadia/UnitTests_Control/ControlCoreTests.cpp (+19 -0)

📄 Description

Summary of the Pull Request

Ensures that reading the buffer content actually returns the content.

References

Regressed in #13626.

PR Checklist

Validation Steps Performed

Added a test.


🔄 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/14379 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 11/12/2022 **Status:** ✅ Merged **Merged:** 11/12/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `b-unable-to-export-buffer-text` --- ### 📝 Commits (1) - [`86e23b3`](https://github.com/microsoft/terminal/commit/86e23b34700bc1e9c82a3d8a2bc8625ef12acb08) Ensure reading the buffer content actually returns the content ### 📊 Changes **2 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/ControlCore.cpp` (+1 -1) 📝 `src/cascadia/UnitTests_Control/ControlCoreTests.cpp` (+19 -0) </details> ### 📄 Description ## Summary of the Pull Request Ensures that reading the buffer content actually returns the content. ## References Regressed in #13626. ## PR Checklist * [x] Closes #14378 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed ## Validation Steps Performed Added a test. --- <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:38:28 +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#30067