We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d2451 commit 8bdf7cdCopy full SHA for 8bdf7cd
src/ftxui/component/screen_interactive.cpp
@@ -679,8 +679,8 @@ void ScreenInteractive::Install() {
679
}
680
681
void ScreenInteractive::InstallPipedInputHandling() {
682
- tty_fd_ = STDIN_FILENO;
683
#if !defined(_WIN32) && !defined(__EMSCRIPTEN__)
+ tty_fd_ = STDIN_FILENO;
684
// Handle piped input redirection if explicitly enabled by the application.
685
// This allows applications to read data from stdin while still receiving
686
// keyboard input from the terminal for interactive use.
0 commit comments