package testpty
import "internal/testpty"
Package testpty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo.
Index ¶
Variables ¶
Functions ¶
func Open ¶
Open returns a control pty and the name of the linked process tty.
If Open is not implemented on this platform, it returns ErrNotSupported.
Types ¶
type PtyError ¶
func (*PtyError) Error ¶
func (*PtyError) Unwrap ¶
Source Files ¶
- Version
- v1.20.2
- Published
- Mar 3, 2023
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 13 seconds ago –
Tools for package owners.