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 }