[][src]Module alacritty_terminal::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 separate 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.

setup_env

Setup environment variables.