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

Cancel reading from stdin on Ctrl-C #794

Merged
merged 3 commits into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. Cancel reading from stdin on Ctrl-C

    This is essentially a copy-paste implementation of the ideas presented
    in this comment here: golang/go#20280 (comment)
    
    It fixes #775 and helps with the issue described in #793 (comment). Not sure if it has unintended side-effects.
    mrnugget authored and BolajiOlajide committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    219d25e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d3704 View commit details
    Browse the repository at this point in the history
  3. update changelog

    BolajiOlajide committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    964c118 View commit details
    Browse the repository at this point in the history