Registry / utility / activestate-termtest-conpty

activestate-termtest-conpty

JSON →
library0.5.0gogounverified

Provides functions for creating a process attached to a Windows pseudo-terminal (ConPTY) for console API access without a physical terminal.

go get github.com/ActiveState/termtest/conpty
INSTALL
IMPORT
SIG · ACTIVESTATE-TERMTE
A
activestate-termtest-conpty
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

conpty
github.com/ActiveState/termtest/conpty

Creates a new ConPTY pseudo-terminal.

package main import ( "fmt" "github.com/ActiveState/termtest/conpty" ) func main() { p, err := conpty.New(80, 24) if err != nil { panic(err) } defer p.Close() fmt.Println("ConPTY created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
OpenAI (training)
1
Resources
activestate-termtest-conpty — go get activestate-termtest-conpty · libregistry