From 9ba7c4fae4d927e109c7981f7e11ca7acdc14eb3 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Mon, 4 Mar 2019 22:58:03 +0000 Subject: Make start_daemon behaviour on Windows consistent with Unix In cases where the Alacritty process had invalid std handles then the ConPTY subprocess would fail to spawn. By setting appropriate flags we prevent these handles from being passed to the ConPTY subprocess. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a86069..44eac586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Command keybindings on Windows will no longer open new cmd.exe console windows + ### Added - MSI installer for Windows is now available @@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Text lingering around when resetting while scrolled up in the history - Terminfo support for extended capabilities - Allow mouse presses and beginning of mouse selection in padding +- Windows: Conpty backend could close immediately on startup in certain situations ## Version 0.2.9 -- cgit v1.2.3-54-g00ecf