Update TODO.win32
authorBert Belder <bertbelder@gmail.com>
Wed, 19 Jan 2011 03:14:42 +0000 (04:14 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 19 Jan 2011 07:22:38 +0000 (23:22 -0800)
TODO.win32

index 81020c3..72b3b80 100644 (file)
     is 'cmd' and it works a little differently. Maybe add an option to\r
     specify the shell to exec()?\r
 \r
-- Stdio (make TTY's / repl / readline work)\r
-  This will be hard: there is no ANSI escape code support in windows.\r
-  Select() doesn't work on TTYs -- use a dedicated `getchar()` thread \r
-  that relays everything to an internal socket?\r
-  Also verify writeError and isStdoutBlocking correctness.\r
+- Make colorful util.inspect work on windows.\r
+\r
+- Stdio: support passing sockets between master/child process\r
+  Normal windows applications wouldn't like this, but it can be useful for\r
+  communication between node processes. This requires \r
+  stdio.isStdinBlocking/isStdoutBlocking to be smarter.\r
 \r
 - Skip/fix tests that can never pass on windows\r
 \r