mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-09-18 13:26:42 +02:00
fix bsp arg2
This commit is contained in:
parent
b09719993a
commit
39d3dacf1f
5 changed files with 10 additions and 8 deletions
|
|
@ -500,7 +500,7 @@ impl<T: Draw<Tui>> Draw<Tui> for ShowSizeOf<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "eval")] fn_kw_layout_tui!(kw_tui_text |state, output, expr| {
|
||||
#[cfg(feature = "eval")] fn_kw_layout_tui!(kw_tui_text |_state, output, expr| {
|
||||
Ok(matches!(expr.head()?, Some("text")).then(||{
|
||||
if let Some(src) = expr.tail().src()? {
|
||||
src.draw(output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue