diff options
Diffstat (limited to 'redo/table.go')
| -rw-r--r-- | redo/table.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/table.go b/redo/table.go index 8720c14..2b69d6a 100644 --- a/redo/table.go +++ b/redo/table.go @@ -44,6 +44,7 @@ type Table interface { // Selected and Select get and set the currently selected item in the Table. // Selected returns -1 if no item is selected. // Pass -1 to Select to deselect all items. + // TODO bounds checking Selected() int Select(index int) } |
