wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Fix /signal handling with readline #113

Closed jpco closed 2 months ago

jpco commented 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.