From fda950e3c6a9aff01c1ce77cd6ec675002c15d33 Mon Sep 17 00:00:00 2001 From: Felipe Coury Date: Fri, 5 Jun 2026 12:18:49 -0300 Subject: [PATCH] fix(tui): correct tab status spelling --- codex-rs/tui/src/bottom_pane/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/bottom_pane/mod.rs b/codex-rs/tui/src/bottom_pane/mod.rs index 679c97eb83..037ed93f72 100644 --- a/codex-rs/tui/src/bottom_pane/mod.rs +++ b/codex-rs/tui/src/bottom_pane/mod.rs @@ -311,7 +311,7 @@ impl BottomPane { /// Compute the desired tab-status state from current task + modal state. /// - /// Waiting pre-empts Working: a user-blocking modal is the more important + /// Waiting preempts Working: a user-blocking modal is the more important /// signal to surface. Waiting reads the same `terminal_title_requires_action` /// signal as the title indicator, so the two can never disagree. fn desired_tab_status(&self) -> TabStatus {