Crate rustix_openpty

Source
Expand description

Pseudoterminal operations.

§References

Re-exports§

pub use rustix;

Structs§

Pty
A pair of file descriptors representing a pseudoterminal.

Functions§

closefrom
Close all open file descriptors that are at least as great as from.
login_tty
Prepare for a login on the given terminal.
openpty
Open a pseudoterminal.