From 2ffbb9550e74ec14fd43b458f38893b0c55ae284 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 17 Aug 2025 19:32:28 +0200 Subject: [PATCH] docs: Update CHANGELOG.md for POSIX Piped Input Handling Added an entry for the POSIX Piped Input Handling feature, including details about its functionality, default state, and how to disable it. Also attributed @HarryPehkonen for their contribution in PR #1094. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7bd7a99d..bb92c7b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ Next - Remove dependency on 'pthread'. ### Component +- Feature: POSIX Piped Input Handling. + - Allows FTXUI applications to read data from stdin (when piped) while still receiving keyboard input from the terminal. + - Enabled by default. + - Can be disabled using `ScreenInteractive::HandlePipedInput(false)`. + - Only available on Linux and macOS. + Thanks @HarryPehkonen for PR #1094. - Fix ScreenInteractive::FixedSize screen stomps on the preceding terminal output. Thanks @zozowell in #1064. - Fix vertical `ftxui::Slider`. The "up" key was previously decreasing the