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 control pty and the name of the linked process tty.
Types ¶
type PtyError ¶
func (*PtyError) Error ¶
func (*PtyError) Unwrap ¶
Source Files ¶
- Version
- v1.15.0-rc.1
- Published
- Jul 24, 2020
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 14 minutes ago –
Tools for package owners.