From: bors Date: Fri, 4 Jul 2014 15:31:27 +0000 (+0000) Subject: auto merge of #15051 : retep998/rust/master, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c9e2ca0dfad8f2aff48c64887b1ec4276929eced;p=rust.git auto merge of #15051 : retep998/rust/master, r=alexcrichton 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. --- c9e2ca0dfad8f2aff48c64887b1ec4276929eced