fix(tty): isolate Unix terminal code on Windows - #7
Merged
Conversation
3 tasks
coderbants
force-pushed
the
codex/recovery/issue-5-BUI-005-RUSTY-BUBBLETEA-WINDOWS-codex-recovery-bui005-63de3665c35cfc99
branch
from
August 29, 2026 04:50
33278f4 to
4cfc776
Compare
coderbants
force-pushed
the
codex/recovery/issue-5-BUI-005-RUSTY-BUBBLETEA-WINDOWS-codex-recovery-bui005-63de3665c35cfc99
branch
from
August 29, 2026 05:05
4cfc776 to
aab238e
Compare
# Conflicts: # UPSTREAM_MAPPING.md # src/tty.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5
Recovery
This pull request recovers the BUI-005 implementation that was stranded in the original Windows branch
codex/issue-5-BUI-005-RUSTY-BUBBLETEA-WINDOWS-codex-windows-bui005-d0ac84828daaef0cat commitf7e580c.The implementation was re-entered through registered Mutate Issue-worktree actions, then refreshed non-force onto protected
devafter the admitted Bubbletea dependency fixes. The original PR head remains an ancestor of exact head620f80398774ef691abe42fa36f98369a3f96bd4.Verification
cargo +nightly test --manifest-path Cargo.toml -p rusty-bubbletea --test windows_tty --no-fail-fastpassed all three focused tests at exact head620f80398774ef691abe42fa36f98369a3f96bd4.cargo fmt --manifest-path Cargo.toml -p rusty-bubbletea -- --checkpassed at the same head.33249442798passed version, lint, build, documentation, tests, and coverage under the repository-pinned Rust 1.98.0 toolchain.