Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 204c9d8

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: remove "note that" from tty.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #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>
1 parent 5e979bf commit 204c9d8
Copy full SHA for 204c9d8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/tty.md‎

Copy file name to clipboardExpand all lines: doc/api/tty.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Allows configuration of `tty.ReadStream` so that it operates as a raw device.
7171
When in raw mode, input is always available character-by-character, not
7272
including modifiers. Additionally, all special processing of characters by the
7373
terminal is disabled, including echoing input characters.
74-
Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
74+
`CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
7575

7676
## Class: tty.WriteStream
7777
<!-- YAML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.