summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-26 14:44:37 -0400
committerPietro Gagliardi <[email protected]>2014-10-26 14:44:37 -0400
commitca39a32a90913ce76c21d91fa7773ac3f893e009 (patch)
tree14358d6b48ec963eb840cbd81e93261fac29f26f
parentdb80156eba98e851d4e9983261eb060bb60d615e (diff)
More TODOs.
-rw-r--r--tab_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tab_windows.go b/tab_windows.go
index fc36d6a..1fd5a6a 100644
--- a/tab_windows.go
+++ b/tab_windows.go
@@ -20,6 +20,7 @@ type tab struct {
tabs []*container
children []Control
chainresize func(x int, y int, width int, height int, d *sizing)
+ // TODO don't save this (will make things easier)
current int
}