Skip to content

Commit

Permalink
fix: Remove obsolete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Nov 22, 2023
1 parent 5f0c2d8 commit b0647a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wezterm-input-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,6 @@ impl KeyEvent {
format!("\x1b[{c};{modifiers}{event_type}~")
}
Char(shifted_key) => {
let mut use_legacy = false;
let shifted_key = if *shifted_key == '\x08' {
// Backspace is really VERASE -> ASCII DEL
'\x7f'
Expand Down

0 comments on commit b0647a3

Please sign in to comment.