0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Anna Henningsen f59b8888f1 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: https://github.com/nodejs/node/issues/7837

PR-URL: https://github.com/nodejs/node/pull/7977
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
2016-08-08 09:43:32 -07:00
..
internal repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
_debug_agent.js
_debugger.js
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js lib: remove double check of string type 2016-08-08 08:55:26 -07:00
_http_server.js
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_legacy.js
_tls_wrap.js
.eslintrc
assert.js
buffer.js buffer: throw on negative .allocUnsafe() argument 2016-08-08 15:04:21 +02:00
child_process.js child_process: control argv0 for spawned processes 2016-08-08 16:35:43 +02:00
cluster.js cluster: support stdio option for workers 2016-08-01 15:08:42 -04:00
console.js
constants.js
crypto.js
dgram.js
dns.js
domain.js
events.js
fs.js Revert "fs: make callback mandatory to all async functions" 2016-08-05 00:13:29 +02:00
http.js
https.js
module.js
net.js
os.js
path.js
process.js
punycode.js
querystring.js
readline.js readline: show completions only after 2nd TAB 2016-08-04 23:32:38 +02:00
repl.js repl: disable Ctrl+C support on win32 for now 2016-08-08 09:43:32 -07:00
stream.js
string_decoder.js
sys.js
timers.js timers: fix cleanup of nested same-timeout timers 2016-07-29 09:48:45 -07:00
tls.js
tty.js
url.js
util.js util: fix formatting of objects with SIMD enabled 2016-08-02 15:00:59 +02:00
v8.js
vm.js
zlib.js