fixup! Implement isatty

This commit is contained in:
jD91mZM2
2018-07-26 14:32:10 +02:00
parent 2bf426b0fb
commit 8b48b6959c
5 changed files with 27 additions and 5 deletions
-1
View File
@@ -9,7 +9,6 @@ pub mod inner {
use self::platform::types::*;
#[repr(C)]
#[derive(Default)]
pub struct winsize {
ws_row: c_ushort,
ws_col: c_ushort,