From ad3594a5827564a2d27cf430d82754763a1d6080 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 31 Aug 2023 10:30:47 +0200 Subject: [PATCH] fix(input): block input thread for newtiledpane and newfloatingpane as well (#2757) --- zellij-client/src/input_handler.rs | 2 ++ zellij-client/src/lib.rs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zellij-client/src/input_handler.rs b/zellij-client/src/input_handler.rs index af977c79..2781d3af 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 bbfc6a15..6aeb22e5 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 {