refactor(terminal): cleanup deprecated flush logic (#6373)

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.
This commit is contained in:
Josh McKinney
2025-11-07 15:54:07 -08:00
committed by GitHub
parent db408b9e62
commit 9fba811764
3 changed files with 48 additions and 40 deletions

View File

@@ -42,6 +42,7 @@ codex-ollama = { workspace = true }
codex-protocol = { workspace = true }
color-eyre = { workspace = true }
crossterm = { workspace = true, features = ["bracketed-paste", "event-stream"] }
derive_more = { workspace = true, features = ["is_variant"] }
diffy = { workspace = true }
dirs = { workspace = true }
dunce = { workspace = true }