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
Break from loops, etc., when a command exits due to SIGINT (status 130) (cf. dash)
INTON/INTOFF à la dash to get correct command editing behavior
If sh receives a SIGINT signal in command mode (whether generated
by typing the interrupt character or by other means), it shall
terminate command line editing on the current command line,
reissue the prompt on the next line of the terminal, and reset the
command history (see fc) so that the most recently executed
command is the previous command (that is, the command that was
being edited when it was interrupted is not re-entered into the
history).
There are some bugs in interactive job control.
hostname | wc -l
ECHLD
Sh_notify
should trigger ASAP onSIGCHLD
The text was updated successfully, but these errors were encountered: