mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-08-07 22:17:07 +02:00
fix bsp arg2
This commit is contained in:
parent
b09719993a
commit
39d3dacf1f
5 changed files with 10 additions and 8 deletions
|
|
@ -42,7 +42,9 @@ impl_keywords!(Tui, XYWH<u16>, State [
|
|||
kw_push,
|
||||
kw_tui_text,
|
||||
kw_tui_fg,
|
||||
kw_tui_bg
|
||||
kw_tui_bg,
|
||||
kw_color_g,
|
||||
kw_color_rgb,
|
||||
]);
|
||||
|
||||
impl Interpret<Tui, Option<XYWH<u16>>> for State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue