pty – github.com/creack/pty Index | Files

package pty

import "github.com/creack/pty"

Package pty provides functions for working with Unix terminals.

Index

Variables

var ErrUnsupported = errors.New("unsupported")

ErrUnsupported is returned if a function is not available on the current platform.

Functions

func Open

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

Opens a pty and its corresponding tty.

Source Files

doc.go pty_unsupported.go ztypes_amd64.go

Version
v1.1.7
Published
Jun 29, 2019
Platform
windows/amd64
Imports
2 packages
Last checked
now

Tools for package owners.