Adding Window-specific isatty function
libc does not define the STDIN_FILENO & STDOUT_FILENO for the windows platform. We instead check whether or not stdin and stdout are TTY by checking the GetConsoleMode output.
Loading
Please register or sign in to comment