]> git.lizzy.rs Git - rust.git/commit
Allow piped stdout/stderr use uv_tty_t
authorAlex Crichton <alex@alexcrichton.com>
Tue, 19 Nov 2013 00:26:03 +0000 (16:26 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 19 Nov 2013 00:29:41 +0000 (16:29 -0800)
commit10b956a012a93c19d6deb0159a67d25011f622e1
tree5dcf823d29b8ac2df0061d9660b28b503fe53bfd
parent3d569df41de221ce5b0ffd385caaa9fd6d5fb2ff
Allow piped stdout/stderr use uv_tty_t

There are issues with reading stdin when it is actually attached to a pipe, but
I have run into no problems in writing to stdout/stderr when they are attached
to pipes.
src/librustuv/tty.rs
src/libstd/io/native/file.rs
src/libstd/rt/rtio.rs