File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -628,8 +628,10 @@ the best compatibility if it defines an `output.columns` property and emits
628628a ` 'resize' ` event on the ` output ` if or when the columns ever change
629629([ ` process.stdout ` ] [ ] does this automatically when it is a TTY).
630630
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 >).
631+ When creating a ` readline.Interface ` using ` stdin ` as input, the program
632+ will not terminate until it receives ` EOF ` (<kbd >Ctrl</kbd >+<kbd >D</kbd > on
633+ Linux/MacOS, <kbd >Ctrl</kbd >+<kbd >Z</kbd > followed by <kbd >return</kbd > on
634+ Windows).
633635If you want your application to exit without waiting for user input, you can
634636` unref ` the standard input:
635637
You can’t perform that action at this time.
0 commit comments