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:
Small White 2024-03-08 07:54:58 +08:00 committed by GitHub
parent 2d83580df4
commit e85d484952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 11 deletions

View file

@ -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"