Sends a signal to the process group at the other end of a pseudo terminal.
impl Tty {
fn signal(&self, sig: Signal) -> Result<(), Errno>
}| Name | Description |
|---|---|
| sig | The signal to send. |
Only Interrupted, Quit, and TermStop can be sent.
tty_ioctl(4) and TIOSIG therein