Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Sep 27, 2024
1 parent 6025963 commit 73394f8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
81 changes: 41 additions & 40 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 src/terminal_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ where
terminal.input_scroll(b"\x00".to_vec());
} else {
terminal.input_scroll(format!("{}{}", alt_prefix, " ").into_bytes());
}
}
status = Status::Captured;
}
Named::Tab => {
Expand Down

0 comments on commit 73394f8

Please sign in to comment.