Skip to content

Commit d0e8013

Browse files
committed
fixup! fixup! fixup! fixup! doc: format doc/api/*.md with markdown formatter
1 parent 93e6afb commit d0e8013

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/tty.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device.
7777

7878
When in raw mode, input is always available character-by-character, not
7979
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.
80+
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.
8183

8284
## Class: `tty.WriteStream`
8385

0 commit comments

Comments
 (0)