fokken wip

This commit is contained in:
facile pop culture reference 2026-06-16 14:23:03 +03:00
parent be14173126
commit 2dc501c184
11 changed files with 129 additions and 136 deletions

View file

@ -54,12 +54,12 @@ impl Split {
let b = origin_b.align(b);
match self {
Self::Below => {
to.place_at(area_b, &b);
to.place_at(area_b, &a);
to.show(area_b, &b);
to.show(area_b, &a);
},
_ => {
to.place_at(area_a, &a);
to.place_at(area_a, &b);
to.show(area_a, &a);
to.show(area_a, &b);
}
}
Ok(to.xywh()) // FIXME: compute and return actually used area