| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent adf4f90 commit a0b541c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -504,11 +504,12 @@ process.on('SIGTERM', handle); | |||
| 504 | 504 | installed its default behavior will be removed. | |
| 505 | 505 | * `'SIGTERM'` is not supported on Windows, it can be listened on. | |
| 506 | 506 | * `'SIGINT'` from the terminal is supported on all platforms, and can usually be | |
| 507 | - generated with `<Ctrl>+C` (though this may be configurable). It is not | ||
| 508 | - generated when [terminal raw mode][] is enabled and `<Ctrl>+C` is used. | ||
| 509 | - * `'SIGBREAK'` is delivered on Windows when `<Ctrl>+<Break>` is pressed, on | ||
| 510 | - non-Windows platforms it can be listened on, but there is no way to send or | ||
| 511 | - generate it. | ||
| 507 | + generated with <kbd>Ctrl</kbd>+<kbd>C</kbd> (though this may be configurable). | ||
| 508 | + It is not generated when [terminal raw mode][] is enabled and | ||
| 509 | + <kbd>Ctrl</kbd>+<kbd>C</kbd> is used. | ||
| 510 | + * `'SIGBREAK'` is delivered on Windows when <kbd>Ctrl</kbd>+<kbd>Break</kbd> is | ||
| 511 | + pressed. On non-Windows platforms, it can be listened on, but there is no way | ||
| 512 | + to send or generate it. | ||
| 512 | 513 | * `'SIGWINCH'` is delivered when the console has been resized. On Windows, this | |
| 513 | 514 | will only happen on write to the console when the cursor is being moved, or | |
| 514 | 515 | when a readable tty is used in raw mode. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments