mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
avoid spurious unhandled warning about these keys
This commit is contained in:
parent
d03564aa10
commit
3fb247d22c
@ -338,6 +338,8 @@ impl TerminalWindow {
|
||||
| V::RBracket
|
||||
| V::Semicolon
|
||||
| V::Slash
|
||||
| V::Comma
|
||||
| V::Subtract
|
||||
| V::Tab => {
|
||||
// These are all handled by ReceivedCharacter
|
||||
return Ok(());
|
||||
|
Loading…
Reference in New Issue
Block a user