Skip to content

Commit

Permalink
Use Zed's VTE for alacritty_terminal
Browse files Browse the repository at this point in the history
Use the forked VTE to be able to [de]serialize its state.
  • Loading branch information
SomeoneToIgnore authored Oct 20, 2023
1 parent 6071a7b commit e1136a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alacritty_terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive", "rc"] }
serde_yaml = "0.9.25"
toml = "0.8.2"
unicode-width = "0.1"
vte = { version = "0.12.0", default-features = false, features = ["ansi", "serde"] }
vte = { git = "https://github.com/zed-industries/vte", rev = "9b8bacf90f7414ced75c6323434b1c6dbae7608f", default-features = false, features = ["ansi", "serde"] }

[target.'cfg(unix)'.dependencies]
rustix-openpty = "0.1.1"
Expand Down

0 comments on commit e1136a4

Please sign in to comment.