We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a1f72 commit 9542437Copy full SHA for 9542437
1 file changed
doc/api/readline.md
@@ -628,8 +628,9 @@ the best compatibility if it defines an `output.columns` property and emits
628
a `'resize'` event on the `output` if or when the columns ever change
629
([`process.stdout`][] does this automatically when it is a TTY).
630
631
-When creating a `readline.Interface` using `stdin` as input stream, the program
632
-will notterminate until it receives `EOF` (<kbd>Ctrl</kbd>+<kbd>D</kbd>).
+When creating a `readline.Interface` using `stdin` as input, the program
+will not terminate until it receives `EOF` (<kbd>Ctrl</kbd>+<kbd>D</kbd> on
633
+Linux/MacOS CTRL-Z, <kbd>Ctrl</kbd>+<kbd>Z</kbd> followed by <kbd>return</kbd>).
634
If you want your application to exit without waiting for user input, you can
635
`unref` the standard input:
636
0 commit comments