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

Propagate SIGTSTP (Ctrl-Z) to children #386

Open
raphCode opened this issue Sep 4, 2022 · 1 comment
Open

Propagate SIGTSTP (Ctrl-Z) to children #386

raphCode opened this issue Sep 4, 2022 · 1 comment

Comments

@raphCode
Copy link

raphCode commented Sep 4, 2022

This is basically #30 re-occuring, at least for me Ctrl Z did not stop the spawned process:

  • watchexes yes
  • Press Ctrl-Z
  • Observe how terminal is still spammed
  • Blindly type kill %% and press Enter (assuming bash)
  • spamming stops
  • [1]+ Done watchexec yes appears after the next Enter

OS: Arch Linux
watchexec 1.20.5

@matu3ba
Copy link

matu3ba commented Sep 19, 2022

Same reason applies as #387: Handling signaling graceful in all cases is complex.

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