[PR #247] [MERGED] Add an example application that uses the pseudoconsole APIs #24088

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/247
Author: @bitcrazed
Created: 8/31/2018
Status: ✅ Merged
Merged: 9/11/2018
Merged by: @bitcrazed

Base: master ← Head: bitcrazed/sample-conpty


📝 Commits (10+)

  • 3c9884f Initial checkin
  • d29095e Sample working
  • 0cd3f7a Fixed several issues with the proc thread attr list creation
  • 5f58844 Restructured sample
  • ceb7cbe Corrected order of thread attr list validation
  • 1478e42 Interim checkin
  • 6307b36 Improvements and fixes
  • 9274da8 Several improvements
  • 8c3d063 Lots of clean-up. Ready for review
  • 537ce94 Saved as UTF-8 no BOM

📊 Changes

8 files changed (+486 additions, -0 deletions)

View changed files

➕ samples/ConPTY/EchoCon/EchoCon.sln (+36 -0)
➕ samples/ConPTY/EchoCon/EchoCon/EchoCon.cpp (+189 -0)
➕ samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj (+165 -0)
➕ samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj.filters (+33 -0)
➕ samples/ConPTY/EchoCon/EchoCon/stdafx.cpp (+8 -0)
➕ samples/ConPTY/EchoCon/EchoCon/stdafx.h (+13 -0)
➕ samples/ConPTY/EchoCon/EchoCon/targetver.h (+8 -0)
➕ samples/ConPTY/EchoCon/readme.md (+34 -0)

📄 Description

Sample app to illustrate how to use the new ConPTY APIs & infrastructure.


🔄 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/247 **Author:** [@bitcrazed](https://github.com/bitcrazed) **Created:** 8/31/2018 **Status:** ✅ Merged **Merged:** 9/11/2018 **Merged by:** [@bitcrazed](https://github.com/bitcrazed) **Base:** `master` ← **Head:** `bitcrazed/sample-conpty` --- ### 📝 Commits (10+) - [`3c9884f`](https://github.com/microsoft/terminal/commit/3c9884fae37dca5c774e719f2dd37b1d98f0860a) Initial checkin - [`d29095e`](https://github.com/microsoft/terminal/commit/d29095e2c6fc8baac0d290c29d89bc76ec5d96ba) Sample working - [`0cd3f7a`](https://github.com/microsoft/terminal/commit/0cd3f7a50cd1b2839560d1afc2eb154421cf351f) Fixed several issues with the proc thread attr list creation - [`5f58844`](https://github.com/microsoft/terminal/commit/5f58844f84264931831b73886d891e8ee77823c8) Restructured sample - [`ceb7cbe`](https://github.com/microsoft/terminal/commit/ceb7cbeef9a5bfc136346a8b484cf63b39e0ef3b) Corrected order of thread attr list validation - [`1478e42`](https://github.com/microsoft/terminal/commit/1478e4255fceb1f9325420012d9f6314bf8406a9) Interim checkin - [`6307b36`](https://github.com/microsoft/terminal/commit/6307b36f652d41dddd064f1015eb75e6d5a8e3af) Improvements and fixes - [`9274da8`](https://github.com/microsoft/terminal/commit/9274da8d0232e308ee26ca531122bbc5b21245e5) Several improvements - [`8c3d063`](https://github.com/microsoft/terminal/commit/8c3d063ddf4583d7e2cd818f4794fc65b4fd881f) Lots of clean-up. Ready for review - [`537ce94`](https://github.com/microsoft/terminal/commit/537ce943396a4b1556d8f72e19717415dda7b9da) Saved as UTF-8 no BOM ### 📊 Changes **8 files changed** (+486 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `samples/ConPTY/EchoCon/EchoCon.sln` (+36 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/EchoCon.cpp` (+189 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj` (+165 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj.filters` (+33 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/stdafx.cpp` (+8 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/stdafx.h` (+13 -0) ➕ `samples/ConPTY/EchoCon/EchoCon/targetver.h` (+8 -0) ➕ `samples/ConPTY/EchoCon/readme.md` (+34 -0) </details> ### 📄 Description Sample app to illustrate how to use the new ConPTY APIs & infrastructure. --- <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:01:20 +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#24088