From 80cd6e516b2bd24cb37dd8a8b8f689b2e2409aad Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Wed, 13 Nov 2024 03:46:00 -0500 Subject: [PATCH] change to false --- tui/src/running_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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