Merge pull request #272 from waf/add-conpty-samples-to-readme

Add the new ConPTY samples to the readme
This commit is contained in:
Mike Griese 2018-10-08 09:09:01 -07:00 committed by GitHub
commit 34ff272cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,9 @@ In addition, the team reserve the right to actively manage issues, closing dupli
## Tools & Samples
You'll also find assorted Console tools, samples, including the following:
* [ColorTool](https://github.com/Microsoft/Console/tree/master/tools/ColorTool).
* [ColorTool](https://github.com/Microsoft/Console/tree/master/tools/ColorTool) - A tool for changing the color scheme of the Windows console.
* [EchoCon](https://github.com/Microsoft/console/tree/master/samples/ConPTY/EchoCon) - A C++ sample application that illustrates how to use the new Win32 Pseudo Console (ConPTY).
* [MiniTerm](https://github.com/Microsoft/console/tree/master/samples/ConPTY/MiniTerm) - A C# sample terminal that illustrates how to use ConPTY.
### Tool Build Status