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

console: don't exit on ctrl-c, only on ctrl-d #21660

Merged
merged 5 commits into from
Oct 20, 2020

Commits on Oct 5, 2020

  1. add interrupt counter

    renaynay committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    312ea7d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. remove interrupt counter, allow ctrl-C to clear ONLY, ctrl-D will ter…

    …minate console, stop node
    renaynay committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    48d23b4 View commit details
    Browse the repository at this point in the history
  2. format

    renaynay committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f68b579 View commit details
    Browse the repository at this point in the history
  3. add instructions to exit

    renaynay committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a20e553 View commit details
    Browse the repository at this point in the history
  4. fix tests

    renaynay committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b3507db View commit details
    Browse the repository at this point in the history