From d0e80139e5445f37ee66e4ec77e8944517a45634 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 11 Oct 2021 06:45:23 -0700 Subject: [PATCH] fixup! fixup! fixup! fixup! doc: format doc/api/*.md with markdown formatter --- doc/api/tty.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`