8000
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 0ac4b33 commit 415bf7fCopy full SHA for 415bf7f
doc/api/tty.md
@@ -51,7 +51,11 @@ added: v0.7.7
51
-->
52
53
A `boolean` that is `true` if the TTY is currently configured to operate as a
54
-raw device. Defaults to `false`.
+raw device.
55
+
56
+This flag is always `false` when a process starts, even if the terminal is
57
+operating in raw mode. Its value will change with subsequent calls to
58
+`setRawMode`.
59
60
### `readStream.isTTY`
61
0 commit comments