Match key events using macros
This commit is contained in:
parent
df0403a782
commit
20ea96f83e
7 changed files with 152 additions and 155 deletions
|
|
@ -4,7 +4,6 @@ mod tree;
|
|||
use std::sync::Arc;
|
||||
|
||||
use async_trait::async_trait;
|
||||
use crossterm::event::KeyEvent;
|
||||
use parking_lot::FairMutex;
|
||||
use time::OffsetDateTime;
|
||||
use toss::frame::{Frame, Size};
|
||||
|
|
@ -15,6 +14,7 @@ use crate::store::{Msg, MsgStore};
|
|||
|
||||
use self::tree::{TreeView, TreeViewState};
|
||||
|
||||
use super::input::KeyEvent;
|
||||
use super::widgets::Widget;
|
||||
|
||||
///////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue