mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
feat: Update dependencies ✨
This commit is contained in:
parent
d2a57e0668
commit
9aaeb7f11d
3 changed files with 366 additions and 349 deletions
|
@ -116,6 +116,7 @@ impl EventLoop {
|
|||
KeyModifiers::ALT => KeyCode::Alt(c),
|
||||
_ => KeyCode::Null,
|
||||
},
|
||||
_ => KeyCode::Null,
|
||||
};
|
||||
_tx.send(Event::Input(key)).unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue