pty

package standard library
go1.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

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.

Index

Constants

This section is empty.

Variables

This section is empty.

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 added in go1.13

func (e *PtyError) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL