]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15051 : retep998/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Jul 2014 15:31:27 +0000 (15:31 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Jul 2014 15:31:27 +0000 (15:31 +0000)
This implementation does have the minor issue of not handling things correctly when a codepoint is split across multiple writes or reads, but its better than not having unicode support at all.

Adds a Windows specific struct `WindowsTTY` in `libnative` and make `tty_open` create that struct on Windows. Adds needed functions and constants to `c_win32.rs`.

Libuv still needs to be updated before #15028 can be closed.


Trivial merge