summaryrefslogtreecommitdiff
path: root/table_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-19 23:52:18 -0500
committerPietro Gagliardi <[email protected]>2015-02-19 23:52:18 -0500
commit0bd127a3ed16f2bc1865ca5b4c2b127a782c0357 (patch)
tree231214722f26564c92f4125a306036108881a6a9 /table_windows.go
parent7a26870c1ab37f7eb430ffab51035a7d3cb48274 (diff)
More TODOs.
Diffstat (limited to 'table_windows.go')
-rw-r--r--table_windows.go5
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"