1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/pty/src
Wez Furlong 6c7aa8159f
SHELL cleanup
* Allow set_environment_variables to set the SHELL.
  Previously, we'd always set it to the shell from the password
  database.  Now we do that by default, but if set_environment_variables
  has been used, we'll preserve that value for the environment
  of the to-be-spawned process

* Clarify the docs:
  * Remove the confusing version dependent sections that started
    with old behavior and rewrite in terms of the behavior that
    has been true for the past year
  * I've heard from a few people that they tried to change COMSPEC
    on Windows and pain ensued.  Try to nudge them to read the
    next paragraph that tells them what they are actually supposed
    to change.

refs: https://github.com/wez/wezterm/issues/4098
refs: https://github.com/wez/wezterm/issues/4168
closes: https://github.com/wez/wezterm/issues/3816
refs: https://github.com/wez/wezterm/issues/3317
2023-08-20 10:42:38 -07:00
..
win update conpty to v1.14.2281.0 release 2022-08-29 08:32:08 -07:00
cmdbuilder.rs SHELL cleanup 2023-08-20 10:42:38 -07:00
lib.rs ssh: rewrite exit_behavior=Close -> CloseOnCleanExit during connection 2023-07-06 09:28:43 -07:00
serial.rs pty: fix unused import warning on windows 2023-04-08 11:13:12 -07:00
unix.rs expose the tty name associated with a pane 2023-04-06 17:13:07 -07:00