diff options
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' |
