Expand description
For interacting with tty devices.
Structs§
- TtyDevice
- A marker type for
super::File
objects that represent tty devices. - Window
Size - Represents the size of the window (or equivalent) that a tty is presented through.
Constants§
- TIOCGWINSZ
ioctl
request for retrieving the current window size of a tty.- TIOCSWINSZ
ioctl
request for changing the window size of a tty.