Testing ratatui
This commit is contained in:
parent
28483fe165
commit
843d05bec9
9 changed files with 349 additions and 9 deletions
6
src/ui/events.rs
Normal file
6
src/ui/events.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
pub enum AppEvent {
|
||||
KeyPress(char),
|
||||
RefreshData,
|
||||
Quit,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue