diff --git a/CHANGELOG.md b/CHANGELOG.md index 50faa436..1dc99487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) the new dir, or set the `layout-dir` to be the current `layout-dir` * Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580) +* Autodetach on force close (https://github.com/zellij-org/zellij/pull/581) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) diff --git a/zellij-client/src/lib.rs b/zellij-client/src/lib.rs index e29bd165..97510056 100644 --- a/zellij-client/src/lib.rs +++ b/zellij-client/src/lib.rs @@ -198,7 +198,6 @@ pub fn start_client( .name("signal_listener".to_string()) .spawn({ let os_input = os_input.clone(); - let send_client_instructions = send_client_instructions.clone(); move || { os_input.handle_signals( Box::new({