Module alacritty_terminal::tty

source ·
Expand description

TTY related functionality.

Structs§

Enums§

Traits§

  • A pseudoterminal (or PTY).
  • This trait defines the behaviour needed to read and/or write to a stream. It defines an abstraction over polling’s interface in order to allow either one read/write object or a separate read and write object.
  • Types that can produce a Winsize.

Functions§

  • Create a new TTY from a PTY’s file descriptors.
  • Create a new TTY and return a handle to interact with it.
  • Setup environment variables.