diff options
Diffstat (limited to 'tab_windows.go')
| -rw-r--r-- | tab_windows.go | 1 |
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 } |
