mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-25 03:03:58 +08:00
1216801474
In particular, this allows restoring the terminal on crashes, which is feasible now that we have the panic handler. Since std::process::exit() skips destructors, we need to reshuffle some code. The "exit_without_destructors" semantics (which std::process::exit() als has) was mostly necessary for C++ since Rust leaks global variables by default. |
||
---|---|---|
.. | ||
fish_indent.rs | ||
fish_key_reader.rs | ||
fish.rs |