diff --git a/Cargo.lock b/Cargo.lock index 488ab125..dcb2c071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1616,9 +1616,10 @@ dependencies = [ ] [[package]] -name = "termion" +name = "termion_temporary_zellij_fork" version = "1.6.0" -source = "git+https://gitlab.com/TheLostLambda/termion.git#4757d1fbb6067383737d41e5e32854c035a281a8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65175afb01727f72d690bc8b2a2ac411c0243ec43988b7bd96d428301197bed0" dependencies = [ "libc", "numtoa", @@ -2248,7 +2249,7 @@ dependencies = [ "structopt", "strum", "strum_macros", - "termion", + "termion_temporary_zellij_fork", "termios", "toml", "unicode-truncate", diff --git a/Cargo.toml b/Cargo.toml index 1f18c374..1b658e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,8 @@ serde_yaml = "0.8" signal-hook = "0.1.10" strip-ansi-escapes = "0.1.0" structopt = "0.3" -termion = { git = "https://gitlab.com/TheLostLambda/termion.git", version = "1.6.0", features = ["serde"] } +# termion = { git = "https://gitlab.com/TheLostLambda/termion.git", version = "1.6.0", features = ["serde"] } +termion = { package = "termion_temporary_zellij_fork" , version = "1.6.0", features = ["serde"]} termios = "0.3" unicode-truncate = "0.2.0" unicode-width = "0.1.8"