doc: remove "note that" from tty.md

Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16

PR-URL: https://github.com/nodejs/node/pull/28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Rich Trott 2019-06-20 13:36:35 -06:00
parent ecead5f61e
commit 5df70e0d67

View File

@ -71,7 +71,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 When in raw mode, input is always available character-by-character, not
including modifiers. Additionally, all special processing of characters by the including modifiers. Additionally, all special processing of characters by the
terminal is disabled, including echoing input characters. terminal is disabled, including echoing input characters.
Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode. `CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
## Class: tty.WriteStream ## Class: tty.WriteStream
<!-- YAML <!-- YAML