ioctl.rs |
Terminal-related `ioctl` functions. |
1608 |
mod.rs |
Terminal I/O stream operations.
This API automatically supports setting arbitrary I/O speeds, on any
platform that supports them, including Linux and the BSDs.
The [`speed`] module contains various predefined speed constants which
are more likely to be portable, however any `u32` value can be passed to
[`Termios::set_input_speed`], and it will simply fail if the speed is not
supported by the platform. |
933 |
tc.rs |
|
7251 |
tty.rs |
Functions which operate on file descriptors which might be terminals. |
3197 |
types.rs |
|
43161 |