From 07ad2f54eaf146e3e4ff88c943ba4cca236bbc9b Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Sat, 19 Jun 2021 11:35:44 +0530 Subject: [PATCH] docs(changelog): Autodetach #581 --- CHANGELOG.md | 1 + zellij-client/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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({