mirror of
https://github.com/alacritty/alacritty.git
synced 2025-11-06 22:44:18 -05:00
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. |
||
|---|---|---|
| .. | ||
| grid | ||
| term | ||
| tty | ||
| event.rs | ||
| event_loop.rs | ||
| index.rs | ||
| lib.rs | ||
| selection.rs | ||
| sync.rs | ||
| thread.rs | ||
| vi_mode.rs | ||