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:
authorAnna Henningsen <anna@addaleax.net>2020-04-24 19:43:06 +0300
committerAnna Henningsen <anna@addaleax.net>2020-04-28 16:23:46 +0300
commit9c7c8769183b5d58925925b8d34571f41e7be275 (patch)
tree5b2b94f2caa1db734b8542ca4b6b9d7ea3883455 /doc/api/tty.md
parent039c5e4b893071ab8857794ea421481b87fb31eb (diff)
doc: fix LTS replaceme tags
When cherry-picking release commits for LTS releases into master, the `REPLACEME` metadata can be taken over as well, to give users a more accurate view of what is being released on which release line. This addresses this problem for all previous LTS releases for which this has not been done. Fixes: https://github.com/nodejs/node/issues/33001 PR-URL: https://github.com/nodejs/node/pull/33041 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index 0c2f963750f..e4d753f7c12 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -216,7 +216,9 @@ of columns and rows in the corresponding [TTY](tty.html).
### `writeStream.hasColors([count][, env])`
<!-- YAML
-added: v11.13.0
+added:
+ - v11.13.0
+ - v10.16.0
-->
* `count` {integer} The number of colors that are requested (minimum 2).