Skip to content

Commit

Permalink
Updated crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmeraldBee committed Sep 19, 2024
1 parent 0ab438e commit 72002ed
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 26 deletions.
149 changes: 125 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
compact_str = "0.7.1"
crossterm = "0.27.0"
compact_str = "0.8.0"
crossterm = "0.28.1"

[dev-dependencies]
regex = "1.10.3"
1 change: 1 addition & 0 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ impl Window {
Window::new(stdout)
}

/// Enables the kitty keyboard protocol
pub fn keyboard(&mut self) -> io::Result<()> {
if let Ok(t) = terminal::supports_keyboard_enhancement() {
if !t {
Expand Down

0 comments on commit 72002ed

Please sign in to comment.