Closed jpco closed 2 months ago
Fixes #111.
Previously, signals received but not triggering an exception (so, signals handled with the sig_noop handler) at the prompt would cause the shell to exit on an eof exception. This is a minimal fix for that.
sig_noop
eof
Fixes #111.
Previously, signals received but not triggering an exception (so, signals handled with the
sig_noop
handler) at the prompt would cause the shell to exit on aneof
exception. This is a minimal fix for that.