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 93e6afb commit d0e8013Copy full SHA for d0e8013
doc/api/tty.md
@@ -77,7 +77,9 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device.
77
78
When in raw mode, input is always available character-by-character, not
79
including modifiers. Additionally, all special processing of characters by the
80
-terminal is disabled, including echoing input characters. <kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when in this mode.
+terminal is disabled, including echoing input
81
+characters. <kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when
82
+in this mode.
83
84
## Class: `tty.WriteStream`
85
0 commit comments