Files
FTXUI/include/ftxui/component/screen_interactive.hpp
ArthurSonzogni d59b77e6a0 feat: Improve POSIX piped input handling
Refactored the POSIX piped input handling to avoid redirecting stdin.
Instead, it now directly opens and reads from /dev/tty for keyboard input
when stdin is piped, allowing applications to process piped data while
still receiving interactive keyboard events.

This addresses the TODO comment in ScreenInteractive::InstallPipedInputHandling().
2025-08-24 05:12:03 +02:00

5.2 KiB