0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 07:00:59 +01:00
nodejs/doc/api
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl
This should only be minimally used, since the `terminal` value will usually be
what you are expecting. This option is specifically for the case where `terminal`
is false, but you still want colors to be output (or vice-versa).
2012-03-27 18:00:59 -07:00
..
_toc.markdown
addons.markdown
all.markdown
appendix_1.markdown
assert.markdown
buffer.markdown
child_process.markdown
cluster.markdown doc: fix markup in cluster docs 2012-03-26 00:20:17 +02:00
crypto.markdown
debugger.markdown
dgram.markdown doc: fix default dgram multicast ttl to 1 2012-03-23 17:24:10 +01:00
dns.markdown
documentation.markdown
events.markdown
fs.markdown doc: document fs.createReadStream() encodings 2012-03-26 00:25:45 +02:00
globals.markdown
http.markdown
https.markdown
index.markdown
modules.markdown
net.markdown
os.markdown
path.markdown
process.markdown
querystring.markdown
readline.markdown repl: make ^D emit an 'end' event on the readline instance 2012-03-27 13:54:49 -07:00
repl.markdown repl: add a 'useColors' option to the repl 2012-03-27 18:00:59 -07:00
stdio.markdown
stream.markdown
string_decoder.markdown
synopsis.markdown
timers.markdown
tls.markdown
tty.markdown readline: migrate ansi/vt100 logic from tty to readline 2012-03-26 15:21:25 -07:00
url.markdown
util.markdown
vm.markdown
zlib.markdown