summaryrefslogtreecommitdiff
path: root/TODO.win32
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-19 04:14:42 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-01-18 23:22:38 -0800
commitf0bf325495e127936c6d52b76cce44dd2b71ab2f (patch)
tree618e3fd4e0a194e0a614400fa7b2aeba0ffe36ec /TODO.win32
parent4475b76535e529c8c197d90c7cb20b531d62df82 (diff)
downloadnodejs-f0bf325495e127936c6d52b76cce44dd2b71ab2f.tar.gz
nodejs-f0bf325495e127936c6d52b76cce44dd2b71ab2f.tar.bz2
nodejs-f0bf325495e127936c6d52b76cce44dd2b71ab2f.zip
Update TODO.win32
Diffstat (limited to 'TODO.win32')
-rw-r--r--TODO.win3211
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.win32 b/TODO.win32
index 81020c34b..72b3b80e4 100644
--- a/TODO.win32
+++ b/TODO.win32
@@ -29,11 +29,12 @@
is 'cmd' and it works a little differently. Maybe add an option to
specify the shell to exec()?
-- Stdio (make TTY's / repl / readline work)
- This will be hard: there is no ANSI escape code support in windows.
- Select() doesn't work on TTYs -- use a dedicated `getchar()` thread
- that relays everything to an internal socket?
- Also verify writeError and isStdoutBlocking correctness.
+- Make colorful util.inspect work on windows.
+
+- Stdio: support passing sockets between master/child process
+ Normal windows applications wouldn't like this, but it can be useful for
+ communication between node processes. This requires
+ stdio.isStdinBlocking/isStdoutBlocking to be smarter.
- Skip/fix tests that can never pass on windows