Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the implementation match std. (#33)
Use `!= 0` instead of `== 1` for testing `isatty`'s return value, so that this code follows std as closely as possible. And update the comments in the Windows implementation to reflect that this code matches what's in current std as well.
- Loading branch information