* fixed typo

* add a target to ignore

* Revert "add a target to ignore"

This reverts commit c33fee37
pull/131/head
Sho Hirose 3 years ago committed by GitHub
parent 36b1da0afa
commit 9e5373509e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ pub enum Key {
Char(char), Char(char),
Ctrl(char), Ctrl(char),
Alt(char), Alt(char),
Unkown, Unknown,
} }
impl Key { impl Key {
@ -207,7 +207,7 @@ impl From<event::KeyEvent> for Key {
.. ..
} => Key::Char(c), } => Key::Char(c),
_ => Key::Unkown, _ => Key::Unknown,
} }
} }
} }

Loading…
Cancel
Save