pty

package
v0.0.0-...-0510666 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2018 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() (master *os.File, slave string, err error)

Open returns a master pty and the name of the linked slave tty.

Types

type PtyError

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

func (*PtyError) Error

func (e *PtyError) Error() string

Jump to

Keyboard shortcuts

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