File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -509,11 +509,12 @@ process.on('SIGTERM', handle);
509
509
installed its default behavior will be removed.
510
510
* ` 'SIGTERM' ` is not supported on Windows, it can be listened on.
511
511
* ` 'SIGINT' ` from the terminal is supported on all platforms, and can usually be
512
- generated with ` <Ctrl>+C ` (though this may be configurable). It is not
513
- generated when [ terminal raw mode] [ ] is enabled and ` <Ctrl>+C ` is used.
514
- * ` 'SIGBREAK' ` is delivered on Windows when ` <Ctrl>+<Break> ` is pressed, on
515
- non-Windows platforms it can be listened on, but there is no way to send or
516
- generate it.
512
+ generated with <kbd >Ctrl</kbd >+<kbd >C</kbd > (though this may be configurable).
513
+ It is not generated when [ terminal raw mode] [ ] is enabled and
514
+ <kbd >Ctrl</kbd >+<kbd >C</kbd > is used.
515
+ * ` 'SIGBREAK' ` is delivered on Windows when <kbd >Ctrl</kbd >+<kbd >Break</kbd > is
516
+ pressed. On non-Windows platforms, it can be listened on, but there is no way
517
+ to send or generate it.
517
518
* ` 'SIGWINCH' ` is delivered when the console has been resized. On Windows, this
518
519
will only happen on write to the console when the cursor is being moved, or
519
520
when a readable tty is used in raw mode.
You can’t perform that action at this time.
0 commit comments