endless
endless copied to clipboard
Stop trapping syscall.SIGTSTP please
This signal prevents Unix shells from sending the process to the background via CTRL-Z
It would be a good idea if SIGTSTP is not intercepted by default.
hi @nguba
https://github.com/fvbock/endless/compare/fix_26?expand=1
would that be sufficient? it get intercepted - so you can do something before or after, but it does not get trapped.
indeed :) cheers!