diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-26 14:44:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-26 14:44:37 -0400 |
| commit | ca39a32a90913ce76c21d91fa7773ac3f893e009 (patch) | |
| tree | 14358d6b48ec963eb840cbd81e93261fac29f26f | |
| parent | db80156eba98e851d4e9983261eb060bb60d615e (diff) | |
More TODOs.
| -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 } |
