summaryrefslogtreecommitdiff
path: root/toolkit/nocui/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-05-09 20:25:37 -0500
committerJeff Carr <[email protected]>2023-05-09 20:25:37 -0500
commit26b06253d540fbcac2ae1372aa7fc0b1089bab98 (patch)
tree9afc2600ce0633e85990f8376091d93fec7c6d3a /toolkit/nocui/structs.go
parent45ef7f37c4af0495ccf988f2f726aaea24a999e4 (diff)
more code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/nocui/structs.go')
-rw-r--r--toolkit/nocui/structs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/nocui/structs.go b/toolkit/nocui/structs.go
index ed004de..c3ece3b 100644
--- a/toolkit/nocui/structs.go
+++ b/toolkit/nocui/structs.go
@@ -27,6 +27,12 @@ type node struct {
X int
Y int
+ // This is for the grid size & widget position
+ W int
+ H int
+ AtW int
+ AtH int
+
// the internal plugin toolkit structure
tk *nocuiT
}