feat(tui): add Tryptich (3-col layout)

This commit is contained in:
🪞👃🪞 2025-04-24 21:03:52 +03:00
parent 3861439c49
commit 91dfed1077
3 changed files with 68 additions and 9 deletions

View file

@ -1,3 +1,5 @@
#![feature(type_changing_struct_update)]
mod tui_engine; pub use self::tui_engine::*;
mod tui_content; pub use self::tui_content::*;