Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-10-12 16:43:40 +0300
committerRich Trott <rtrott@gmail.com>2020-10-15 13:44:25 +0300
commit8a3808dc378219d39b0bf9693f0e640d390e51fb (patch)
treefb9a995d708d2a0ac0165d0a74aacff797c49a85 /doc/api/tty.md
parentddff2b2b22c5b7691c100ad4eea07ca926bcea05 (diff)
doc: use kbd element in tty doc
PR-URL: https://github.com/nodejs/node/pull/35613 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index a757b5b3703..2738d410f3f 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -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