Method lrs::tty::Tty::attributes

Retrieves the attributes of the terminal.

Syntax

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

See also