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.4
- Published
- Dec 2, 2021
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 12 seconds ago –
Tools for package owners.