1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-11-06 22:44:18 -05:00
alacritty/alacritty_terminal/src
feeiyu 84377a45a8
Add alacritty_terminal option to escape pty args
This adds a new `escape_args` option to `tty::Options` on Windows, which
can be used to automatically escape all arguments passed to the shell.

While useful to automatically make most arguments work on Windows, there
are some scenarios where it is not possible for users to properly
specify arguments with this option enabled (e.g.: `cmd /c`). An option
should always be present to disable this option when used.

The implementation is based on the `Command` code in Rust's STD lib.
2025-08-02 16:39:00 +00:00
..
grid Migrate to 2024 edition 2025-07-13 06:15:02 +00:00
term Fix DECOM cursor motion 2025-07-25 08:57:22 +09:00
tty Add alacritty_terminal option to escape pty args 2025-08-02 16:39:00 +00:00
event.rs Send exit code events on child process exit 2024-03-09 15:32:32 +04:00
event_loop.rs Migrate to 2024 edition 2025-07-13 06:15:02 +00:00
index.rs Migrate to 2024 edition 2025-07-13 06:15:02 +00:00
lib.rs Fix feature = "cargo-clippy" deprecation 2024-02-28 22:09:07 +04:00
selection.rs Migrate to 2024 edition 2025-07-13 06:15:02 +00:00
sync.rs Add buffer for PTY reads during terminal lock 2021-07-03 20:31:50 +00:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Migrate to 2024 edition 2025-07-13 06:15:02 +00:00