Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information