1
1
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:
Wez Furlong 2018-02-22 08:48:20 -08:00
parent d03564aa10
commit 3fb247d22c

View File

@ -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(());