1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-06-02 18:42:15 -04:00
alacritty/alacritty_terminal
Tycho Andersen 3c7a323ef5
Dont fail exec() on deleted directories
Use the `std::env::set_current_dir` from the `pre_exec` and ignore
error, since not changing working directory is a side effect which
shouldn't break spawning a program or block window creation.

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
Co-authored-by: Christian Duerr <contact@christianduerr.com>
2025-02-08 11:01:56 +03:00
..
src Dont fail exec() on deleted directories 2025-02-08 11:01:56 +03:00
tests Bump VTE to 0.14.0 2025-01-09 10:02:20 +00:00
Cargo.toml Bump vte to 0.15.0 2025-02-04 18:23:07 +03:00
CHANGELOG.md Add option to drain PTY on shutdown 2025-01-16 15:04:21 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00