colors
This commit is contained in:
parent
8cf18400e2
commit
6e3d7a74be
1 changed files with 0 additions and 4 deletions
|
@ -419,10 +419,6 @@ pub const Terminal = struct {
|
|||
rect.y = parent_rect.y + self.top;
|
||||
rect.w = parent_rect.w + parent_rect.x - rect.x - self.right;
|
||||
rect.h = parent_rect.h + parent_rect.y - rect.y - self.bottom;
|
||||
// if (parent.parent) |p| {
|
||||
// rect.w += p.rect.?.x;
|
||||
// rect.h += p.rect.?.y;
|
||||
// }
|
||||
} else return self.rect.?;
|
||||
return rect;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue