-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: needs clarification: "terminal raw mode" (signal handling) #32065
Comments
There is some documentation under the TTY docs: https://nodejs.org/dist/latest-v13.x/docs/api/tty.html#tty_readstream_setrawmode_mode
I agree it should be linked to. |
About the
SIGINT
event onprocess
it is said in the docs thathttps://github.com/nodejs/node/blame/3ec4b21b1c438255df6f1652377011080dc28052/doc/api/process.md#L504
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 explorednode --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.
The text was updated successfully, but these errors were encountered: