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

master
Nathan Bourgeois 2020-10-17 21:13:10 -04:00 committed by GitHub
parent b014bc77c8
commit e55244c4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {