From 3029f04bd2b82eadfe7d5569616c322175a94c64 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 20:15:59 -0600 Subject: trying to compute sizes Signed-off-by: Jeff Carr --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 67555f1..a7372bb 100644 --- a/structs.go +++ b/structs.go @@ -160,8 +160,8 @@ type guiWidget struct { // sometimes this isn't visible like with a Box or Grid gocuiSize rectType - boxSizeW int - boxSizeH int + startW int + startH int isCurrent bool // is this the currently displayed Window or Tab? isFake bool // widget types like 'box' are 'false' -- cgit v1.2.3