File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ process.on('SIGTERM', handle);
502
502
* ` 'SIGTERM' ` is not supported on Windows, it can be listened on.
503
503
* ` 'SIGINT' ` from the terminal is supported on all platforms, and can usually be
504
504
generated with ` <Ctrl>+C ` (though this may be configurable). It is not
505
- generated when terminal raw mode is enabled.
505
+ generated when [ terminal raw mode] [ ] is enabled and ` <Ctrl>+C ` is used .
506
506
* ` 'SIGBREAK' ` is delivered on Windows when ` <Ctrl>+<Break> ` is pressed, on
507
507
non-Windows platforms it can be listened on, but there is no way to send or
508
508
generate it.
@@ -2545,6 +2545,7 @@ cases:
2545
2545
[ process_emit_warning ] : #process_process_emitwarning_warning_type_code_ctor
2546
2546
[ process_warning ] : #process_event_warning
2547
2547
[ report documentation ] : report.html
2548
+ [ terminal raw mode ] : tty.html#tty_readstream_setrawmode_mode
2548
2549
[ uv_rusage_t ] : http://docs.libuv.org/en/v1.x/misc.html#c.uv_rusage_t
2549
2550
[ wikipedia_minor_fault ] : https://en.wikipedia.org/wiki/Page_fault#Minor
2550
2551
[ wikipedia_major_fault ] : https://en.wikipedia.org/wiki/Page_fault#Major
You can’t perform that action at this time.
0 commit comments