summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 20:14:15 -0700
committerJeff Carr <[email protected]>2019-05-31 20:14:15 -0700
commitc6a217811a30d69512bd34f9f12c8990048ab20c (patch)
tree205143ed3fe2e4e8724317b14ec4259c9bb1c74b /structs.go
parent63d561351b27e675c4159c2bc36e76ffb4376247 (diff)
trying to fix 'SHOW VM'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 08ca8af..1013033 100644
--- a/structs.go
+++ b/structs.go
@@ -174,6 +174,7 @@ type TableData struct {
Human [20]HumanMap
Account *pb.Account // what account this table is for
+ Box *GuiBox
lastRow int
lastColumn int