Expand description
UNIX pseudo-terminal (PTY) allocation and window-size control.
Wraps openpty(3) and ioctl(TIOCSWINSZ) from the [nix] crate into a
safe, async-friendly interface.
Structs§
- PtyMaster
- Owns the master side of a PTY and the child shell process.
Functions§
- set_
window_ size - Set the terminal window size on a PTY file descriptor.