BYOS support for system.isatty(fd: fd_t); (#6686)
This commit is contained in:
@@ -2588,7 +2588,7 @@ pub fn isatty(handle: fd_t) bool {
|
||||
}
|
||||
}
|
||||
}
|
||||
unreachable;
|
||||
return system.isatty(handle) != 0;
|
||||
}
|
||||
|
||||
pub fn isCygwinPty(handle: fd_t) bool {
|
||||
|
||||
Reference in New Issue
Block a user