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

fix(cmd/main.go): add a channel to proc{} for detecting SIGINT #210

Merged

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    232870c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. cmd: update signal handling

    Use an atomic int to track the signal code.
    Add 128 to the signal to match bash.
    Return a pointer to proc, so that the caller is able to load the signal
    number.
    dnephin committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    643063a View commit details
    Browse the repository at this point in the history