From ee2e3c415b93207695fcc0b7eb07c9b3777164e2 Mon Sep 17 00:00:00 2001 From: Curtis 'Fjord' Hawthorne Date: Thu, 5 Mar 2026 10:41:58 -0800 Subject: [PATCH] Fix codespell warning about pre-selects (#13605) --- codex-rs/tui/src/theme_picker.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/tui/src/theme_picker.rs b/codex-rs/tui/src/theme_picker.rs index 24b0d248a..65c31c469 100644 --- a/codex-rs/tui/src/theme_picker.rs +++ b/codex-rs/tui/src/theme_picker.rs @@ -296,7 +296,7 @@ fn theme_picker_subtitle(codex_home: Option<&Path>, terminal_width: Option) /// /// `current_name` should be the value of `Config::tui_theme` (the persisted /// preference). When it names a theme that is currently available the picker -/// pre-selects it; otherwise the picker falls back to the configured name (or +/// preselects it; otherwise the picker falls back to the configured name (or /// adaptive default) so opening the picker without a persisted preference still /// highlights the most likely intended entry. pub(crate) fn build_theme_picker_params( @@ -321,7 +321,7 @@ pub(crate) fn build_theme_picker_params( highlight::configured_theme_name() }; - // Track the index of the current theme so we can pre-select it. + // Track the index of the current theme so we can preselect it. let mut initial_idx = None; let items: Vec = entries