Skip to content

Commit

Permalink
chore(deps): update termwiz to v0.20.0 (zellij-org#2169)
Browse files Browse the repository at this point in the history
fix unparsed horizontal scroll escape sequences
  • Loading branch information
tlinford authored and joshheyse committed Mar 11, 2023
1 parent 8d49881 commit 1b74922
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zellij-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kdl = { version = "4.5.0", features = ["span"] }

#[cfg(not(target_family = "wasm"))]
[target.'cfg(not(target_family = "wasm"))'.dependencies]
termwiz = "0.19.0"
termwiz = "0.20.0"
log4rs = "1.2.0"
signal-hook = "0.3"
interprocess = "1.1.1"
Expand Down

0 comments on commit 1b74922

Please sign in to comment.