diff options
-rw-r--r-- | libbutl/fdstream.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx index 809178a..77002ce 100644 --- a/libbutl/fdstream.cxx +++ b/libbutl/fdstream.cxx @@ -1859,6 +1859,9 @@ namespace butl bool fdterm (int fd) { + // @@ Both GCC and Clang simply call GetConsoleMode() for this check. I + // wonder why we don't do the same? + // We don't need to close it (see fd_to_handle()). // HANDLE h (fd_to_handle (fd)); |