Skip to content

Commit efd20f0

Browse files
addaleaxcodebytere
authored andcommitted
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 b4c407f commit efd20f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: doc/api/process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ process.on('SIGTERM', handle);
470470
* `'SIGTERM'` is not supported on Windows, it can be listened on.
471471
* `'SIGINT'` from the terminal is supported on all platforms, and can usually be
472472
generated with `<Ctrl>+C` (though this may be configurable). It is not
473-
generated when terminal raw mode is enabled.
473+
generated when [terminal raw mode][] is enabled and `<Ctrl>+C` is used.
474474
* `'SIGBREAK'` is delivered on Windows when `<Ctrl>+<Break>` is pressed, on
475475
non-Windows platforms it can be listened on, but there is no way to send or
476476
generate it.
@@ -2506,6 +2506,7 @@ cases:
25062506
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
25072507
[process_warning]: #process_event_warning
25082508
[report documentation]: report.html
2509+
[terminal raw mode]: tty.html#tty_readstream_setrawmode_mode
25092510
[uv_rusage_t]: http://docs.libuv.org/en/v1.x/misc.html#c.uv_rusage_t
25102511
[wikipedia_minor_fault]: https://en.wikipedia.org/wiki/Page_fault#Minor
25112512
[wikipedia_major_fault]: https://en.wikipedia.org/wiki/Page_fault#Major

0 commit comments

Comments
 (0)