Fix terminal on Windows (#8999)
### Description Since [this PR](https://github.com/alacritty/alacritty/pull/7796) has been merged, so we can delete the `todo`s in `terminal` module. Release Notes: - N/A
This commit is contained in:
parent
2d83580df4
commit
e85d484952
3 changed files with 40 additions and 11 deletions
|
@ -14,7 +14,8 @@ doctest = false
|
|||
|
||||
|
||||
[dependencies]
|
||||
alacritty_terminal = "0.22.0"
|
||||
# TODO: when new version of this crate is released, change it
|
||||
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "992011a4cd9a35f197acc0a0bd430d89a0d01013" }
|
||||
anyhow.workspace = true
|
||||
collections.workspace = true
|
||||
dirs = "4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue