shcl icon indicating copy to clipboard operation
shcl copied to clipboard

Signal handling

Open SquircleSpace opened this issue 6 years ago • 0 comments

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.

SquircleSpace avatar May 23 '18 04:05 SquircleSpace