diff --git a/tui/src/running_command.rs b/tui/src/running_command.rs index c3b3d3d4..a22c20f3 100644 --- a/tui/src/running_command.rs +++ b/tui/src/running_command.rs @@ -114,7 +114,7 @@ impl FloatContent for RunningCommand { } _ => {} } - true + false } /// Handle key events of the running command "window". Returns true when the "window" should be /// closed