package testpty

import "internal/testpty"

Package testpty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo.

Index

Variables

var ErrNotSupported = errors.New("testpty.Open not implemented on this platform")

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.

If Open is not implemented on this platform, it returns ErrNotSupported.

Types

type PtyError

type PtyError struct {
	FuncName    string
	ErrorString string
	Errno       error
}

func (*PtyError) Error

func (e *PtyError) Error() string

func (*PtyError) Unwrap

func (e *PtyError) Unwrap() error

Source Files

pty.go pty_none.go

Version
v1.23.2
Published
Sep 28, 2024
Platform
windows/amd64
Imports
3 packages
Last checked
7 minutes ago

Tools for package owners.