mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 13:03:25 +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.