mirror of
https://github.com/openai/codex.git
synced 2026-05-27 22:44:23 +00:00
Removes flush logic that was leftover to test against ratatui's flush Cleaned up the flush logic so it's a bit more intent revealing. DrawCommand now owns the Cells that it draws as this works around a borrow checker problem.