mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 04:15:06 +03:00
fix(input): block input thread for newtiledpane and newfloatingpane as well (#2757)
This commit is contained in:
parent
6116195a29
commit
ad3594a582
@ -304,6 +304,8 @@ impl InputHandler {
|
||||
| Action::ClearScreen
|
||||
| Action::NewPane(..)
|
||||
| Action::Run(_)
|
||||
| Action::NewTiledPane(..)
|
||||
| Action::NewFloatingPane(..)
|
||||
| Action::ToggleFloatingPanes
|
||||
| Action::TogglePaneEmbedOrFloating
|
||||
| Action::NewTab(..)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user