We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5b1d2 commit 2a4f79aCopy full SHA for 2a4f79a
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