docs(changelog): Autodetach #581

This commit is contained in:
Kunal Mohan 2021-06-19 11:35:44 +05:30
parent c046ab1ecc
commit 07ad2f54ea
2 changed files with 1 additions and 1 deletions

View file

@ -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 the new dir, or set the `layout-dir` to be the current
`layout-dir` `layout-dir`
* Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580) * 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 ## [0.13.0] - 2021-06-04
* Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)

View file

@ -198,7 +198,6 @@ pub fn start_client(
.name("signal_listener".to_string()) .name("signal_listener".to_string())
.spawn({ .spawn({
let os_input = os_input.clone(); let os_input = os_input.clone();
let send_client_instructions = send_client_instructions.clone();
move || { move || {
os_input.handle_signals( os_input.handle_signals(
Box::new({ Box::new({