diff --git a/doc/api/tty.md b/doc/api/tty.md index 3233f4d71a2325..ea0640274f7e41 100644 --- a/doc/api/tty.md +++ b/doc/api/tty.md @@ -77,7 +77,9 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device. When in raw mode, input is always available character-by-character, not including modifiers. Additionally, all special processing of characters by the -terminal is disabled, including echoing input characters. Ctrl+C will no longer cause a `SIGINT` when in this mode. +terminal is disabled, including echoing input +characters. Ctrl+C will no longer cause a `SIGINT` when +in this mode. ## Class: `tty.WriteStream`