Implement tty.ReadStream and tty.WriteStream
authorBert Belder <bertbelder@gmail.com>
Wed, 19 Jan 2011 03:08:07 +0000 (04:08 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 19 Jan 2011 07:22:38 +0000 (23:22 -0800)
commit87d898929ff18a5167ecaec32446bd64b0b07750
tree73c133093c0b59fbf2e5c20ff7731dabe5996529
parent4fddca09f115db89f526f1c12744fd40ce31e1ec
Implement tty.ReadStream and tty.WriteStream
lib/tty.js
lib/tty_posix.js [new file with mode: 0644]
lib/tty_win32.js [new file with mode: 0644]