[PR #3582] [MERGED] Force the use of the static pseudoconsole functions in TConn #25439

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3582
Author: @DHowett-MSFT
Created: 11/14/2019
Status: Merged
Merged: 11/16/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/press_f_to_pay_respects


📝 Commits (1)

  • 0d106c8 Force the use of the static pseudoconsole functions in TConn

📊 Changes

6 files changed (+55 additions, -27 deletions)

View changed files

📝 src/cascadia/TerminalConnection/ConptyConnection.cpp (+2 -2)
📝 src/cascadia/TerminalConnection/ConptyConnection.h (+3 -2)
src/inc/conpty-static.h (+26 -0)
📝 src/winconpty/dll/winconpty.def (+3 -3)
📝 src/winconpty/winconpty.cpp (+15 -14)
📝 src/winconpty/winconpty.h (+6 -6)

📄 Description

Fixes #3553.

There's ample description in the header as to why this was the only method. ☹️


🔄 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/3582 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 11/14/2019 **Status:** ✅ Merged **Merged:** 11/16/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/press_f_to_pay_respects` --- ### 📝 Commits (1) - [`0d106c8`](https://github.com/microsoft/terminal/commit/0d106c8f9998b9fdf98a699a2246322174c09ac1) Force the use of the static pseudoconsole functions in TConn ### 📊 Changes **6 files changed** (+55 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalConnection/ConptyConnection.cpp` (+2 -2) 📝 `src/cascadia/TerminalConnection/ConptyConnection.h` (+3 -2) ➕ `src/inc/conpty-static.h` (+26 -0) 📝 `src/winconpty/dll/winconpty.def` (+3 -3) 📝 `src/winconpty/winconpty.cpp` (+15 -14) 📝 `src/winconpty/winconpty.h` (+6 -6) </details> ### 📄 Description Fixes #3553. There's ample description in the header as to why this was the only method. ☹️ --- <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:09:31 +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#25439