summaryrefslogtreecommitdiff
path: root/toolkit/gocui/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-05 13:30:49 -0500
committerJeff Carr <[email protected]>2023-04-05 13:30:49 -0500
commit89bff61cb1373035f7a20b05dd975f8dfbbb767a (patch)
tree8662b479f8b05070027da42f148f8521a360cd94 /toolkit/gocui/structs.go
parent29efacf6f60d92231381699bc27d44d515a4063c (diff)
gocui: s/realSize/gocuiSize/
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/structs.go')
-rw-r--r--toolkit/gocui/structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/structs.go b/toolkit/gocui/structs.go
index 6ab77cf..27059fd 100644
--- a/toolkit/gocui/structs.go
+++ b/toolkit/gocui/structs.go
@@ -98,7 +98,7 @@ type cuiWidget struct {
realWidth int
realHeight int
- realSize rectType // the display size of this widget
+ gocuiSize rectType // the display size of this widget
logicalSize rectType // the logical size. Includes all the child widgets
// used to track the size of grids