Ben Noordhuis
789bbb91d3
doc: update node.js references in api docs
Fixes: https://github.com/iojs/io.js/issues/740
PR-URL: https://github.com/iojs/io.js/pull/750
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
10 years ago
Ben Noordhuis
0e08e147c7
doc: fix formatting in tty.markdown
Fixes #5135 .
12 years ago
Nathan Rajlich
304f1fcf86
tty: clarify that tty.setRawMode() has moved to process.stdin
Technically saying `tty.ReadStream#setRawMode()` is correct,
but since a typical use cannot instantiate `tty.ReadStream` themselves,
and 99% of the time the only instance is `process.stdin`,
then a little clarification seemed necessary.
13 years ago
Shigeki Ohtsu
26b6da134f
doc: change stability index of tty and readline to Unstable
13 years ago
Nathan Rajlich
aad12d0b26
readline: migrate ansi/vt100 logic from tty to readline
The overall goal here is to make readline more interoperable with other node
Streams like say a net.Socket instance, in "terminal" mode.
See #2922 for all the details.
Closes #2922 .
13 years ago
isaacs
2d44dcc8be
doc: Add stability indicators to documentation
13 years ago
isaacs
c2f6405a0f
doc refactor: tty
13 years ago
isaacs
cf4700aff4
doc refactor: tty
13 years ago
Ryan Dahl
6035651fad
Fixes #2160 . Fix tty.getWindowSize docs
13 years ago
Ben Noordhuis
b6c582a3a3
docs: tty: remove tty.open() documentation
13 years ago
Zachary Scott
e35ce7baa1
docs: tty: stdin must be initialized before calling setRawMode
13 years ago
Ryan Dahl
839fb8e19b
typos
14 years ago
Ryan Dahl
47f5fd01e1
Add example to TTY documentation
14 years ago
Ryan Dahl
57fa247f53
Closes GH-645. Document tty.getWindowSize
14 years ago
Ryan Dahl
a0e9a510b0
Introduce require('tty')
You may need to reconfigure after this commit due to the new library.
14 years ago