Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! doc: remove file name from self-reference links
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 and Trott authored Jun 27, 2021
commit 74b2af357dab5d327552419a359be230e5c075fc
4 changes: 2 additions & 2 deletions doc/api/tty.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ added: v0.7.7

* Returns: {number[]}

`writeStream.getWindowSize()` returns the size of the [TTY](#)
`writeStream.getWindowSize()` returns the size of the TTY
corresponding to this `WriteStream`. The array is of the type
`[numColumns, numRows]` where `numColumns` and `numRows` represent the number
of columns and rows in the corresponding [TTY](#).
of columns and rows in the corresponding TTY.

### `writeStream.hasColors([count][, env])`
<!-- YAML
Expand Down