diff options
Diffstat (limited to 'toolkit/gocui/structs.go')
| -rw-r--r-- | toolkit/gocui/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/structs.go b/toolkit/gocui/structs.go index 3b10296..62a481f 100644 --- a/toolkit/gocui/structs.go +++ b/toolkit/gocui/structs.go @@ -107,7 +107,7 @@ type cuiWidget struct { realHeight int gocuiSize rectType // the display size of this widget - logicalSize rectType // the logical size. Includes all the child widgets + // logicalSize rectType // the logical size. Includes all the child widgets // used to track the size of grids widths map[int]int // how tall each row in the grid is |
