mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
isatty on Windows is implemented as a isCygwinPty call and a GetConsoleMode call, so calling isatty just duplicates the function calls we already need to do in supportsAnsiEscapeCodes.