Skip to content

Commit d270c66

Browse files
committed
.
1 parent b9f898b commit d270c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-rs/tui/src/chatwidget.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ impl ChatWidget {
911911
}
912912

913913
pub(crate) fn handle_exec_begin_now(&mut self, ev: ExecCommandBeginEvent) {
914+
// Ensure the status indicator is visible while the command runs.
914915
self.running_commands.insert(
915916
ev.call_id.clone(),
916917
RunningCommand {

0 commit comments

Comments
 (0)