Update doc

This commit is contained in:
ArthurSonzogni
2025-08-17 16:59:15 +02:00
parent 143b24c6a5
commit 5c3e3151a5
6 changed files with 71 additions and 28 deletions

View File

@@ -144,7 +144,7 @@ class ScreenInteractive : public Screen {
#if !defined(_WIN32) && !defined(__EMSCRIPTEN__)
// Piped input handling state (POSIX only)
bool handle_piped_input_ = false;
bool handle_piped_input_ = true;
bool stdin_was_redirected_ = false;
int original_stdin_fd_ = -1;
#endif