Method lrs::tty::Tty::set_attributes

Sets the attributes of the terminal.

Syntax

impl Tty {
    fn set_attributes(&self, attrs: TtyAttr) -> Result<(), Errno>
}

Arguments

NameDescription
attrs

See also