summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-31 10:30:47 +0200
committerGitHub <noreply@github.com>2023-08-31 10:30:47 +0200
commitad3594a5827564a2d27cf430d82754763a1d6080 (patch)
treefdc7ee1d3d0771826167d427dfc2fe86ba7c1c80
parent6116195a29e2ac1c7e7b24c88bb6f9592c3399c6 (diff)
fix(input): block input thread for newtiledpane and newfloatingpane as well (#2757)
-rw-r--r--zellij-client/src/input_handler.rs2
-rw-r--r--zellij-client/src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/zellij-client/src/input_handler.rs b/zellij-client/src/input_handler.rs
index af977c796..2781d3afb 100644
--- a/zellij-client/src/input_handler.rs
+++ b/zellij-client/src/input_handler.rs
@@ -304,6 +304,8 @@ impl InputHandler {
| Action::ClearScreen
| Action::NewPane(..)
| Action::Run(_)
+ | Action::NewTiledPane(..)
+ | Action::NewFloatingPane(..)
| Action::ToggleFloatingPanes
| Action::TogglePaneEmbedOrFloating
| Action::NewTab(..)
diff --git a/zellij-client/src/lib.rs b/zellij-client/src/lib.rs
index bbfc6a15f..6aeb22e5a 100644
--- a/zellij-client/src/lib.rs
+++ b/zellij-client/src/lib.rs
@@ -178,7 +178,6 @@ pub fn start_client(
.unwrap_or_else(|| os_input.load_palette());
let full_screen_ws = os_input.get_terminal_size_using_fd(0);
- log::info!("full_screen_ws: {:?}", full_screen_ws);
let client_attributes = ClientAttributes {
size: full_screen_ws,
style: Style {