Function lrs::syscall::ioctl_tiocswinsz

Executes ioctl with the TIOCSWINSZ option.

Syntax

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

Arguments

NameDescription
fd

The file descriptor on which to operate.

size

The new window size.

See also