devela::_dep::rustix::termios

Function tcsetwinsize

pub fn tcsetwinsize<Fd>(fd: Fd, winsize: winsize) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

tcsetwinsize(fd)—Set the current terminal window size.

Also known as the TIOCSWINSZ operation with ioctl.

§References