diff options
Diffstat (limited to 'table_windows.go')
| -rw-r--r-- | table_windows.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/table_windows.go b/table_windows.go index 8cd28c5..a26c2f0 100644 --- a/table_windows.go +++ b/table_windows.go @@ -2,6 +2,11 @@ package ui +// TODO +// - why are we not getting keyboard input (focus?) on a mouse click? +// - are we getting keyboard input (focus?) on tab? +// - random freezes on Windows 7 when resizing headers or clicking new rows; likely another package ui infrastructure issue though... + import ( "fmt" "reflect" |
