Method lrs::tty::Tty::set_window_size

Sets the size of the terminal window.

Syntax

impl Tty {
    fn set_window_size(&self, width: u16, height: u16) -> Result<(), Errno>
}

Arguments

NameDescription
width

The width of the window.

height

The height of the window.

See also