Method lrs::tty::Tty::set_foreground_group

Sets the foreground process group of this terminal.

Syntax

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

Arguments

NameDescription
group

The new foreground process group.

See also