devela::_dep::rustix::termios

Function tcgetwinsize

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

tcgetwinsize(fd)—Get the current terminal window size.

Also known as the TIOCGWINSZ operation with ioctl.

§References