mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
remove Atom. almost there
This commit is contained in:
parent
dc7b713108
commit
cf1fd5b45a
20 changed files with 539 additions and 739 deletions
|
|
@ -54,9 +54,9 @@ impl AtomInput for TuiIn {
|
|||
false
|
||||
}
|
||||
}
|
||||
fn get_event (item: &AtomItem<impl AsRef<str>>) -> Option<Event> {
|
||||
match item { AtomItem::Sym(s) => KeyMatcher::new(s).build(), _ => None }
|
||||
}
|
||||
//fn get_event (item: &AtomItem<impl AsRef<str>>) -> Option<Event> {
|
||||
//match item { AtomItem::Sym(s) => KeyMatcher::new(s).build(), _ => None }
|
||||
//}
|
||||
}
|
||||
struct KeyMatcher {
|
||||
valid: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue