pty

package
v0.0.0-...-dcdb2a0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pty

type Pty interface {
	InPipe() *os.File
	OutPipe() *os.File
	Resize(cols uint16, rows uint16) error
	Close() error
}

Pty is the minimal pseudo-tty interface we require.

func New

func New() (Pty, error)

New creates a new Pty.

Jump to

Keyboard shortcuts

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