far better, renamed evenhandler to even reader in tui
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// src/tui/terminal/events.rs
|
||||
// src/tui/terminal/event_reader.rs
|
||||
|
||||
use crossterm::event::{self, Event};
|
||||
|
||||
pub struct EventHandler;
|
||||
pub struct EventReader;
|
||||
|
||||
impl EventHandler {
|
||||
impl EventReader {
|
||||
pub fn new() -> Self {
|
||||
Self
|
||||
}
|
||||
Reference in New Issue
Block a user