mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +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.