[][src]Module alacritty::tty

tty related functionality

Structs

Pty

Enums

ChildEvent

Events concerning TTY child processes

Traits

EventedPty

A pseudoterminal (or PTY)

EventedReadWrite

This trait defines the behaviour needed to read and/or write to a stream. It defines an abstraction over mio's interface in order to allow either one read/write object or a seperate read and write object.

ToWinsize

Types that can produce a libc::winsize

Functions

child_pid
new

Create a new tty and return a handle to interact with it.

process_should_exit
setup_env