You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POSIX.1-2024 Job control specifications are written in the assumption
that a job-control shell may not have a control terminal. The shell
should not make an arbitrary terminal its control terminal. To make sure
that the shell only opens an existing control terminal, this commit adds
the `OpenFlag::NoCtty` flag passed to the `open` system call when
opening `/dev/tty`.
0 commit comments