mirror of
https://github.com/ArthurSonzogni/ftxui.git
synced 2026-01-18 17:21:33 +01:00
Fix windows build.
This commit is contained in:
@@ -679,8 +679,8 @@ void ScreenInteractive::Install() {
|
||||
}
|
||||
|
||||
void ScreenInteractive::InstallPipedInputHandling() {
|
||||
tty_fd_ = STDIN_FILENO;
|
||||
#if !defined(_WIN32) && !defined(__EMSCRIPTEN__)
|
||||
tty_fd_ = STDIN_FILENO;
|
||||
// Handle piped input redirection if explicitly enabled by the application.
|
||||
// This allows applications to read data from stdin while still receiving
|
||||
// keyboard input from the terminal for interactive use.
|
||||
|
||||
Reference in New Issue
Block a user