We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff2b2 commit 8a3808dCopy full SHA for 8a3808d
doc/api/tty.md
@@ -74,7 +74,7 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device.
74
When in raw mode, input is always available character-by-character, not
75
including modifiers. Additionally, all special processing of characters by the
76
terminal is disabled, including echoing input characters.
77
-`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.
78
79
## Class: `tty.WriteStream`
80
<!-- YAML
0 commit comments