Module linux_io::tty

source ·
Expand description

For interacting with tty devices.

Structs§

  • A marker type for super::File objects that represent tty devices.
  • Represents the size of the window (or equivalent) that a tty is presented through.

Constants§

  • ioctl request for retrieving the current window size of a tty.
  • ioctl request for changing the window size of a tty.