Skip to content
Snippets Groups Projects
  • Katsu Kawakami's avatar
    Adding Window-specific isatty function · bb16b12a
    Katsu Kawakami authored
    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.
    bb16b12a