kkx/kkdisp/src/view.rs

10 lines
153 B
Rust
Raw Normal View History

2023-01-23 00:18:55 +00:00
use crate::{
component::{Component, LineArea, Plan},
theme::ColorSet,
};
pub enum Event {
Link(String),
Input(termion::event::Event),
}