summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/table.go b/table.go
index f633cd8..6e6c091 100644
--- a/table.go
+++ b/table.go
@@ -29,7 +29,8 @@ type RowData struct {
// hmm. will this stand the test of time?
type HumanCellData struct {
Name string // what kind of row is this?
- Text ui.TableString
+ // Text ui.TableString
+ Text string
TextID int
Color ui.TableColor
ColorID int