pub fn ioctl_tiocgwinsz<Fd: AsFd>(fd: Fd) -> Result<Winsize>
Expand description

ioctl(fd, TIOCGWINSZ)—Get the current terminal window size.

References