generalize some of the command logic

This commit is contained in:
🪞👃🪞 2025-01-05 10:34:31 +01:00
parent 905486edbd
commit 1a9077427c
5 changed files with 48 additions and 48 deletions

View file

@ -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::*;