BYOS support for system.isatty(fd: fd_t); (#6686)

This commit is contained in:
Nathan Bourgeois
2020-10-17 21:13:10 -04:00
committed by GitHub
parent b014bc77c8
commit e55244c4c6

View File

@@ -2588,7 +2588,7 @@ pub fn isatty(handle: fd_t) bool {
}
}
}
unreachable;
return system.isatty(handle) != 0;
}
pub fn isCygwinPty(handle: fd_t) bool {