mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
tek_tui -> tengri
This commit is contained in:
parent
36f7c8bd48
commit
3d290a9beb
11 changed files with 150 additions and 41 deletions
|
|
@ -12,7 +12,7 @@ mod view_input; pub use self::view_input::*;
|
|||
mod view_output; pub use self::view_output::*;
|
||||
mod view_layout; pub use self::view_layout::*;
|
||||
pub(crate) use std::fmt::Write;
|
||||
pub(crate) use ::tek_tui::ratatui::prelude::Position;
|
||||
pub(crate) use ::tengri::tui::ratatui::prelude::Position;
|
||||
pub(crate) trait ScenesColors<'a> = Iterator<Item=SceneWithColor<'a>>;
|
||||
pub(crate) type SceneWithColor<'a> = (usize, &'a Scene, usize, usize, Option<ItemPalette>);
|
||||
view!(TuiOut: |self: Tek| self.size.of(View(self, self.view)); {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue