diff options
| author | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
|---|---|---|
| committer | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
| commit | 46fea14452ef7b812ca2526a1f607ca83b13bdc7 (patch) | |
| tree | da238c1d725a50af27b1ea2f22807fbb2030354b /table.go | |
| parent | 1e5799543c81ca27b49059a09647c0ef7a5cc83d (diff) | |
quiet some output. start thinking about NewTable()
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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) { +} */ |
