Skip to content

Commit 9971abf

Browse files
committed
add the new ConPTY samples to the readme
Now that both the ConPTY samples (microsoft#247 and microsoft#260) are merged, mention them on the main repository README.
1 parent 5456666 commit 9971abf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ In addition, the team reserve the right to actively manage issues, closing dupli
1616
## Tools & Samples
1717
You'll also find assorted Console tools, samples, including the following:
1818

19-
* [ColorTool](https://github.com/Microsoft/Console/tree/master/tools/ColorTool).
19+
* [ColorTool](https://github.com/Microsoft/Console/tree/master/tools/ColorTool) - A tool for changing the color scheme of the Windows console.
20+
* [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).
21+
* [MiniTerm](https://github.com/Microsoft/console/tree/master/samples/ConPTY/MiniTerm) - A C# sample terminal that illustrates how to use ConPTY.
2022

2123
### Tool Build Status
2224

0 commit comments

Comments
 (0)