Hi, On Thu, 23 Feb 2012, Erik Faye-Lund wrote: > Our stat implementation for Windows always sets st_ino to 0. This > means that checking if isatty(0) and comparing the reported inodes > of stdout and stdin is not sufficient to detect that both are > pointing to the same TTY. > > Luckily, there's only one console on Windows, so adding a check for > isatty(1) should do the trick. For platforms where inodes are > reported correctly, this should still be correct. Sorry to ask so stupidly, but why does isatty(1) work and isatty(0) does not? Should they not access the very same console object? Thanks, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html