Skip to content

Commit 50c5eb4

Browse files
addaleaxMylesBorins
authored andcommittedMar 9, 2020
doc: link setRawMode() from signal docs
Fixes: #32065 PR-URL: #32088 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 6545d1a commit 50c5eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doc/api/process.md

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.