summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 12:51:04 -0700
committerJeff Carr <[email protected]>2019-05-24 12:51:04 -0700
commit238c39de36931ad81427d964228cd5bc0c3ea60a (patch)
treeb11e8cb7e30d2f0462a7e83a580ff4a8ea76eaca /structs.go
parent1756f961e4c872d0374e7f147cc6f31cbbdd5591 (diff)
clean more of the button handling
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 a080e34..bbbbfaf 100644
--- a/structs.go
+++ b/structs.go
@@ -176,6 +176,7 @@ type TableData struct {
lastRow int
lastColumn int
+ parentTab *ui.Tab
}
//