mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
generalize some of the command logic
This commit is contained in:
parent
905486edbd
commit
1a9077427c
5 changed files with 48 additions and 48 deletions
|
|
@ -12,10 +12,9 @@ pub(crate) use ::tek_layout::{
|
|||
*,
|
||||
tek_engine::{
|
||||
Usually, Perhaps,
|
||||
Engine, Size, Area,
|
||||
Output, Content, Render, Thunk, render,
|
||||
Input, Handle, handle,
|
||||
kexp, kpat,
|
||||
Output, Content, Render, Thunk, render, Engine, Size, Area,
|
||||
Input, handle, Handle, command, Command, input_to_command, InputToCommand,
|
||||
keymap, kexp, kpat, EventMap,
|
||||
tui::{
|
||||
Tui,
|
||||
TuiIn, key, ctrl, shift, alt,
|
||||
|
|
@ -57,7 +56,6 @@ pub mod arranger; pub use self::arranger::*;
|
|||
pub mod border; pub use self::border::*;
|
||||
pub mod clock; pub use self::clock::*;
|
||||
pub mod color; pub use self::color::*;
|
||||
pub mod command; pub use self::command::*;
|
||||
pub mod field; pub use self::field::*;
|
||||
pub mod file; pub use self::file::*;
|
||||
pub mod focus; pub use self::focus::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue