Black Lives Matter. Support the Equal Justice Initiative.

Package pty

import "os/signal/internal/pty"
Overview
Index

Overview ▾

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.

func Open

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

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

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