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

func Open() (pty *os.File, processTTY string, err error)

Open returns a control pty and the name of the linked process tty.

Types

type PtyError

type PtyError struct {
	FuncName    string
	ErrorString string
	Errno       syscall.Errno
}

func (*PtyError) Error

func (e *PtyError) Error() string

func (*PtyError) Unwrap

func (e *PtyError) Unwrap() error

Source Files

pty.go

Version
v1.18.9
Published
Dec 1, 2022
Platform
darwin/amd64
Imports
4 packages
Last checked
5 seconds ago

Tools for package owners.