feat: Update dependencies

This commit is contained in:
Dheepak Krishnamurthy 2022-08-23 22:44:01 -06:00
parent d2a57e0668
commit 9aaeb7f11d
3 changed files with 366 additions and 349 deletions

View file

@ -116,6 +116,7 @@ impl EventLoop {
KeyModifiers::ALT => KeyCode::Alt(c),
_ => KeyCode::Null,
},
_ => KeyCode::Null,
};
_tx.send(Event::Input(key)).unwrap();
}