Adds a single byte to the input queue of the terminal.
impl Tty { fn push_byte(&self, b: u8) -> Result<(), Errno> }
The byte to add.
tty_ioctl(4) and TIOCSTI therein