fix and coverage for layout modifiers
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
facile pop culture reference 2026-08-06 18:29:03 +03:00
parent cf67185ffd
commit 799e497622
10 changed files with 456 additions and 460 deletions

View file

@ -42,9 +42,7 @@ impl_keywords!(Tui, XYWH<u16>, State [
kw_push,
kw_tui_text,
kw_tui_fg,
kw_tui_bg,
kw_color_g,
kw_color_rgb,
kw_tui_bg
]);
impl Interpret<Tui, Option<XYWH<u16>>> for State {