SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
318 stars 17 forks source link

Signal handling #7

Open SquircleSpace opened 6 years ago

SquircleSpace commented 6 years ago

SHCL doesn't support any sort of signal handling. It should.

This will be trickier than in your typical shell. SHCL doesn't fork for subshells. Since signals are delivered to a process, it might be impossible to be 100% POSIX compliant for signal handling. Still, being as-compliant as possible would be good.