Skip to content

Commit 89520ea

Browse files
kubkondavewa
andauthored
chore: Bump alacritty_terminal to 0.25.1-rc1 (#38505)
Release Notes: - N/A --------- Co-authored-by: Dave Waggoner <[email protected]>
1 parent de75e2d commit 89520ea

File tree

5 files changed

+123
-256
lines changed

5 files changed

+123
-256
lines changed

Cargo.lock

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ zlog_settings = { path = "crates/zlog_settings" }
439439

440440
agent-client-protocol = { version = "0.4.0", features = ["unstable"] }
441441
aho-corasick = "1.1"
442-
alacritty_terminal = { git = "https://github.com/zed-industries/alacritty.git", branch = "add-hush-login-flag" }
442+
alacritty_terminal = "0.25.1-rc1"
443443
any_vec = "0.14"
444444
anyhow = "1.0.86"
445445
arrayvec = { version = "0.7.4", features = ["serde"] }

crates/terminal/src/terminal.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ impl TerminalBuilder {
427427
working_directory: working_directory.clone(),
428428
drain_on_exit: true,
429429
env: env.clone().into_iter().collect(),
430+
#[cfg(windows)]
431+
escape_args: false,
430432
}
431433
};
432434

0 commit comments

Comments
 (0)