summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-08-06 00:42:49 +0000
committerGitHub <noreply@github.com>2020-08-06 00:42:49 +0000
commit291de2500f0cbd189a9b017809091b6eb8f8f0ec (patch)
treea1a5005e33bbc47bf8801066f7214868fb53e971 /CHANGELOG.md
parent99c34c7ce92fe02c733b5fd19dd054783038f037 (diff)
downloadalacritty-291de2500f0cbd189a9b017809091b6eb8f8f0ec.tar.gz
alacritty-291de2500f0cbd189a9b017809091b6eb8f8f0ec.zip
Use `tcgetpgrp` to get PID for SpawnNewInstance
Fixes #4082.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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