[][src]Function linux::syscall::ioctl_tiocswinsz

pub fn ioctl_tiocswinsz(fd: c_int, size: &winsize) -> c_int

Executes ioctl with the TIOCSWINSZ option.

[argument, fd] The file descriptor on which to operate.

[argument, size] The new window size.

= See also

  • link:man:tty_ioctl(2)