1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 16:42:13 +03:00
wezterm/pty/src
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
..
win refine skip_close_confirmation_for_processes_named to look at proc tree 2021-03-22 21:34:10 -07:00
cmdbuilder.rs use -$SHELL rather than $SHELL -l to trigger a login shell 2021-05-01 07:31:35 -07:00
lib.rs refine skip_close_confirmation_for_processes_named to look at proc tree 2021-03-22 21:34:10 -07:00
serial.rs refine skip_close_confirmation_for_processes_named to look at proc tree 2021-03-22 21:34:10 -07:00
ssh.rs refine skip_close_confirmation_for_processes_named to look at proc tree 2021-03-22 21:34:10 -07:00
unix.rs Add Sync marker to child process created through pty spawn (#437) 2021-01-31 10:09:18 -08:00