diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 20:15:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 20:15:59 -0600 |
| commit | 3029f04bd2b82eadfe7d5569616c322175a94c64 (patch) | |
| tree | 199ae0b7f98171838439cc8299990e5c91217f18 /structs.go | |
| parent | 63b76b29127aae98f5b709611cfcd036484ebefe (diff) | |
trying to compute sizes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
