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