Navigation Menu

Skip to content

Commit

Permalink
doc: use kbd element in tty doc
Browse files Browse the repository at this point in the history
PR-URL: #35613
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott committed Oct 15, 2020
1 parent ddff2b2 commit 8a3808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tty.md
Expand Up @@ -74,7 +74,7 @@ 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.
<kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when in this mode.

## Class: `tty.WriteStream`
<!-- YAML
Expand Down

0 comments on commit 8a3808d

Please sign in to comment.