1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/pty
Wez Furlong 7cd3dcaee4 tidy up cwd vs. home dir on Windows
Looking at #900; the unconditional directory change on startup
is "bad" because it only happens on Windows.

This commit removes it and instead puts the logic into the pty
layer to match the unix behavior.

The behavior is:

* If the command specifies the cwd, use that.
* Otherwise, use the home directory
2021-07-18 14:57:33 -07:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src tidy up cwd vs. home dir on Windows 2021-07-18 14:57:33 -07:00
Cargo.toml windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00