Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop trapping syscall.SIGTSTP please #26

Open
nguba opened this issue Apr 22, 2016 · 2 comments
Open

Stop trapping syscall.SIGTSTP please #26

nguba opened this issue Apr 22, 2016 · 2 comments
Assignees

Comments

@nguba
Copy link

nguba commented Apr 22, 2016

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.

@fvbock fvbock self-assigned this Apr 26, 2016
@fvbock
Copy link
Owner

fvbock commented May 30, 2016

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.

@nguba
Copy link
Author

nguba commented Sep 21, 2016

indeed :) cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants