Expand description
This crate provides TTY abstractions.
TTYs define the interface between a terminal and the application running in the terminal.
Structs
- A TTY line discipline.
- The master (i.e. terminal) end of a
Tty
. - The slave (i.e. application) end of a
Tty
. - A terminal device driver.