mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: global enter
This commit is contained in:
parent
2105d86428
commit
9b770c468f
6 changed files with 43 additions and 28 deletions
|
|
@ -8,6 +8,8 @@ pub enum FocusCommand {
|
|||
Down,
|
||||
Left,
|
||||
Right,
|
||||
Enter,
|
||||
Exit
|
||||
}
|
||||
|
||||
pub trait FocusGrid<T: Copy + PartialEq> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue