diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2019-03-04 22:58:03 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-04 22:58:03 +0000 |
commit | 9ba7c4fae4d927e109c7981f7e11ca7acdc14eb3 (patch) | |
tree | 1ed4da74bf1e3b8d3fbc6a01ae4f4eae23d196e0 /CHANGELOG.md | |
parent | ba9aaa05396aa1c9961d9c35bfb90106326d4411 (diff) | |
download | alacritty-9ba7c4fae4d927e109c7981f7e11ca7acdc14eb3.tar.gz alacritty-9ba7c4fae4d927e109c7981f7e11ca7acdc14eb3.zip |
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |