aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/macos/mod.rs
Commit message (Collapse)AuthorAge
* Spawn new alacritty processes in CWD on macOSNathan Lilienthal2020-11-07
On macOS we can use 'proc_pidinfo' to determine the working directory of the terminal foreground process. Fixes #1979.