This commit is contained in:
parent
c3f27a7f94
commit
2cdd3aa886
6 changed files with 270 additions and 5 deletions
|
@ -39,6 +39,7 @@ pub fn run(grid_id: &str) {
|
|||
move |event| match event.code {
|
||||
KeyCode::Left => app.borrow_mut().prev_tab(),
|
||||
KeyCode::Right => app.borrow_mut().next_tab(),
|
||||
KeyCode::Char(c) => app.borrow_mut().add_char_to_number_guess(c),
|
||||
_ => {}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue