mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
old behavior was whenever the user types "exit" to stop the entire terminal, which is not correct (e.g. does not work correctly for nested cmd.exe sessions). Now we wait for the top-level process to exit, which I think is more correct. Also contains a minor rename, Process -> ProcessFactory, ProcessResources -> Process.