summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorYour Name <[email protected]>2024-01-01 12:00:00 -0600
committerYour Name <[email protected]>2024-01-01 12:00:00 -0600
commit46fea14452ef7b812ca2526a1f607ca83b13bdc7 (patch)
treeda238c1d725a50af27b1ea2f22807fbb2030354b /table.go
parent1e5799543c81ca27b49059a09647c0ef7a5cc83d (diff)
quiet some output. start thinking about NewTable()
Diffstat (limited to 'table.go')
-rw-r--r--table.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/table.go b/table.go
index 52a4fee..3f7558d 100644
--- a/table.go
+++ b/table.go
@@ -31,4 +31,17 @@ type songTable TableDef {
func makeSongTable() {
tb := NewTable(5)
+
+func Show() {
+ for each row {
+ for loop all strings()
+ is string button?
+ for loop all ints()
+ for loop all times()
+ for loop all bools()
+
+ }s
+
+func RefreshTime(t *time.Duration) {
+}
*/