core-agent-ide/codex-rs/tui/tests/suite
Ruslan Nigmatullin 5b04cc657f
utils/pty: add streaming spawn and terminal sizing primitives (#13695)
Enhance pty utils:
* Support closing stdin
* Separate stderr and stdout streams to allow consumers differentiate them
* Provide compatibility helper to merge both streams back into combined one
* Support specifying terminal size for pty, including on-demand resizes while process is already running
* Support terminating the process while still consuming its outputs
2026-03-06 15:13:12 -08:00
..
mod.rs Add model availability NUX tooltips (#13021) 2026-02-27 17:14:06 -08:00
model_availability_nux.rs utils/pty: add streaming spawn and terminal sizing primitives (#13695) 2026-03-06 15:13:12 -08:00
no_panic_on_startup.rs utils/pty: add streaming spawn and terminal sizing primitives (#13695) 2026-03-06 15:13:12 -08:00
status_indicator.rs test: faster test execution in codex-core (#2633) 2025-08-24 11:10:53 -07:00
vt100_history.rs fix(tui): propagate errors in insert_history_lines_to_writer (#4266) 2025-10-30 18:07:51 -07:00
vt100_live_commit.rs fix(tui): propagate errors in insert_history_lines_to_writer (#4266) 2025-10-30 18:07:51 -07:00