# README
termtest/conpty
Support for the Windows pseudo console in Go.
Developed as part of the cross-platform terminal automation library expect for the ActiveState state tool.
Example
See ./cmd/example/main.go
Client configuration
On Windows, you may have to adjust the programme that you are running in the pseudo-console, by configuring the standard output handler to process virtual terminal codes. See https://docs.microsoft.com/en-us/windows/console/setconsolemode
This package comes with a convenience function InitTerminal()
that you can
use in your client to set this option.
# Packages
No description provided by the author
# Functions
No description provided by the author