Skip to content

Commit 65b2385

Browse files
committed
Termina update to keep skipped events in correct order
1 parent 913626e commit 65b2385

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mimalloc = { version = "0.1.52", default-features = false, features = ["local_dy
1515
clap = { version = "4.6.1", features = ["derive"] }
1616
clap_complete = { version = "4.6.3", features = ["unstable-dynamic"] }
1717
ratatui = { git = "https://github.com/HalFrgrd/ratatui.git", rev = "c1303b38d3fce8542d960d3f06c490df36567b22", default-features = false, features = ["termina", "unstable-rendered-line-info", "unstable-backend-writer", "serde", "macros"] }
18-
termina = { git = "https://github.com/HalFrgrd/termina.git", rev = "a83e87f4e84e8da247d18dd0d57474c0707c0541" }
18+
termina = { git = "https://github.com/HalFrgrd/termina.git", rev = "529aeb6b65660d642af221f4f6a09b7e4fc51213" }
1919
chrono = { version = "0.4" }
2020
serde = { version = "1", features = ["derive"] }
2121
log = "0.4"
@@ -62,4 +62,4 @@ dockerfile = "docker/cross/x86_64-unknown-linux-gnu.Dockerfile"
6262
dockerfile = "docker/cross/aarch64-unknown-linux-gnu.Dockerfile"
6363

6464
[patch.crates-io]
65-
termina = { git = "https://github.com/HalFrgrd/termina.git", rev = "a83e87f4e84e8da247d18dd0d57474c0707c0541" }
65+
termina = { git = "https://github.com/HalFrgrd/termina.git", rev = "529aeb6b65660d642af221f4f6a09b7e4fc51213" }

0 commit comments

Comments
 (0)