File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 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);
502502* ` 'SIGTERM' ` is not supported on Windows, it can be listened on.
503503* ` 'SIGINT' ` from the terminal is supported on all platforms, and can usually be
504504 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 .
506506* ` 'SIGBREAK' ` is delivered on Windows when ` <Ctrl>+<Break> ` is pressed, on
507507 non-Windows platforms it can be listened on, but there is no way to send or
508508 generate it.
@@ -2545,6 +2545,7 @@ cases:
25452545[ process_emit_warning ] : #process_process_emitwarning_warning_type_code_ctor
25462546[ process_warning ] : #process_event_warning
25472547[ report documentation ] : report.html
2548+ [ terminal raw mode ] : tty.html#tty_readstream_setrawmode_mode
25482549[ uv_rusage_t ] : http://docs.libuv.org/en/v1.x/misc.html#c.uv_rusage_t
25492550[ wikipedia_minor_fault ] : https://en.wikipedia.org/wiki/Page_fault#Minor
25502551[ wikipedia_major_fault ] : https://en.wikipedia.org/wiki/Page_fault#Major
You can’t perform that action at this time.
0 commit comments