Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! doc: format doc/api/*.md with markdown fo…
Browse files Browse the repository at this point in the history
…rmatter
  • Loading branch information
Trott committed Oct 11, 2021
1 parent 93e6afb commit d0e8013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/tty.md
Expand Up @@ -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. <kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when in this mode.
terminal is disabled, including echoing input
characters. <kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when
in this mode.

## Class: `tty.WriteStream`

Expand Down

0 comments on commit d0e8013

Please sign in to comment.