Method lrs::tty::Tty::push_byte

Adds a single byte to the input queue of the terminal.

Syntax

impl Tty {
    fn push_byte(&self, b: u8) -> Result<(), Errno>
}

Arguments

NameDescription
b

The byte to add.

See also