mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
minor readme fix (#494)
This commit is contained in:
parent
5948b95cd8
commit
e6767acf46
@ -5,7 +5,7 @@ This is a very simple sample application that illustrates how to use the new Win
|
||||
1. Creating an input and an output pipe
|
||||
1. Calling `CreatePseudoConsole()` to create a ConPTY instance attached to the other end of the pipes
|
||||
1. Spawning an instance of `ping.exe` connected to the ConPTY
|
||||
1. Running a thread that listens for output from ping.exe, writing received text to the Console
|
||||
1. Running a thread that listens for output from `ping.exe`, writing received text to the Console
|
||||
|
||||
# Pre-Requirements
|
||||
To build and run this sample, you must install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user