Skip to content

Commit

Permalink
Revert crossterm: key modifier issue on win
Browse files Browse the repository at this point in the history
crossterm 0.23 seems to have introduce a regression on windows for
decoding keybindings with `ctrl` that uppercases the char.

Tracking issue crossterm-rs/crossterm#636

Might be fixed by crossterm-rs/crossterm#629
  • Loading branch information
sholderbach committed Feb 26, 2022
1 parent de97702 commit 427841c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 57 deletions.
71 changes: 15 additions & 56 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"
[dependencies]
chrono = "0.4.19"
clipboard = { version = "0.5.0", optional = true }
crossterm = { version = "0.23.0", features = ["serde"] }
crossterm = { version = "0.22.1", features = ["serde"] }
nu-ansi-term = "0.42.0"
serde = { version = "1.0", features = ["derive"] }
unicode-segmentation = "1.9.0"
Expand Down

0 comments on commit 427841c

Please sign in to comment.