1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-22 12:17:19 +03:00
wezterm/pty
Wez Furlong bc0766396d use -$SHELL rather than $SHELL -l to trigger a login shell
Since the original code was written, Rust grew and stabilized
an interface for specifying argv0 for the child process, so
we can remove the fragile `-l` argument passing.

refs: https://github.com/wez/wezterm/issues/753
2021-05-01 07:31:35 -07:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src use -$SHELL rather than $SHELL -l to trigger a login shell 2021-05-01 07:31:35 -07:00
Cargo.toml prep for pty 0.4 release 2021-04-30 10:17:25 -07:00