diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-06 00:42:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 00:42:49 +0000 |
commit | 291de2500f0cbd189a9b017809091b6eb8f8f0ec (patch) | |
tree | a1a5005e33bbc47bf8801066f7214868fb53e971 /CHANGELOG.md | |
parent | 99c34c7ce92fe02c733b5fd19dd054783038f037 (diff) | |
download | alacritty-291de2500f0cbd189a9b017809091b6eb8f8f0ec.tar.gz alacritty-291de2500f0cbd189a9b017809091b6eb8f8f0ec.zip |
Use `tcgetpgrp` to get PID for SpawnNewInstance
Fixes #4082.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index caeee1f5..379c2002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Cursors are now inverted when their fixed color is similar to the cell's background +- Use working directory of active process instead of shell for SpawnNewInstance action ### Fixed |