diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 17:40:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 17:40:02 -0600 |
| commit | 63b76b29127aae98f5b709611cfcd036484ebefe (patch) | |
| tree | 6b9793b72a2e5d4a846dc0693f7e8bfad6478e84 /structs.go | |
| parent | 2e2e68ce070a987304d3f8e4bae832b2672f7875 (diff) | |
things laying over each other
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,9 @@ type guiWidget struct { // sometimes this isn't visible like with a Box or Grid gocuiSize rectType + boxSizeW int + boxSizeH int + isCurrent bool // is this the currently displayed Window or Tab? isFake bool // widget types like 'box' are 'false' |
