-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.
Description
About the SIGINT
event on process
it is said in the docs that
It is not generated when terminal raw mode is enabled.
In the example program I play around with the SIGINT handler was not firing. I assumed that I was testing with the "terminal raw mode", so I was looking into understanding what that is and how to disable it.
A web search for nodejs "terminal raw mode"
didn't yield anything useful, though. I also explored node --help
and didn't see anything obvious.
I think we should clarify in docs what "terminal raw mode" is and then cross-link to that place from the SIGINT doc I linked above.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.