terminal/samples/ConPTY/MiniTerm
Will Fuqua bf32b8d48f
implement dispose pattern
- Full Dispose Pattern for ProcessResources since it has unmanaged resources
- Basic Dispose Pattern for PseudoConsolePipe since it has managed resources
- Fix naming of iStdOut to hStdOut
- Change parameter order of Process.Start to make more sense
2018-09-21 20:47:18 +07:00
..
MiniTerm implement dispose pattern 2018-09-21 20:47:18 +07:00
MiniTerm.sln add project infrastructure (sln, csproj, readme, etc) 2018-09-20 22:11:24 +07:00
README.md add project infrastructure (sln, csproj, readme, etc) 2018-09-20 22:11:24 +07:00

MiniTerm

Experimental terminal using the new PTY APIs from Microsoft. Written in C#, and heavily based on the native code examples.

Status

Demonstrates the basic API calls required, but not intended for "real-world" usage.

Resources

System Requirements

See the Introductory blog post from Microsoft for the full setup instructions. This project has been tested with:

  • OS: Windows 10 Pro Build 17744
  • SDK: Windows_InsiderPreview_SDK_en-us_17749