package pty
import "os/signal/internal/pty"
Package pty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo. This is only used for testing the os/signal package.
Index ¶
Functions ¶
func Open ¶
Open returns a master pty and the name of the linked slave tty.
Types ¶
type PtyError ¶
func (*PtyError) Error ¶
Source Files ¶
- Version
- v1.11.5
- Published
- Jan 23, 2019
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.