Method lrs::tty::Tty::foreground_group

Returns the foreground process group of this terminal.

Syntax

impl Tty {
    fn foreground_group(&self) -> Result<i32, Errno>
}

See also