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

repl: disable Ctrl+C support on win32 for now #7977

Closed
wants to merge 2 commits into from

Commits on Aug 4, 2016

  1. repl: disable Ctrl+C support on win32 for now

    Disable Windows support for interrupting REPL commands using
    Ctrl+C by default, because the switches from console raw mode
    and back have been interfering with printing the results of
    evaluated expressions.
    
    This is a temporary measure, since the underlying problem is
    very likely not related to this specific feature.
    
    Ref: nodejs#7837
    addaleax committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    3cca703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd47682 View commit details
    Browse the repository at this point in the history