There was an error while loading. Please reload this page.
1 parent 194cd9f commit feda5e7Copy full SHA for feda5e7
cpp-terminal/private/platform.cpp
@@ -1,5 +1,7 @@
1
#include "platform.hpp"
2
3
+#include "inputOutputModeFlags.hpp"
4
+
5
bool Term::Private::is_stdin_a_tty() {
6
#ifdef _WIN32
7
return _isatty(_fileno(stdin));
0 commit comments