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.17.6
- Published
- Jan 6, 2022
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 8 seconds ago –
Tools for package owners.