From 31324ad08332c18d25e4499d4f1ff52d4043c5cd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Feb 2025 02:48:56 -0600 Subject: string rows --- table.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/table.go b/table.go index 0d97562..8e288c5 100644 --- a/table.go +++ b/table.go @@ -13,7 +13,11 @@ import ( ) func showTable(t *guipb.Table) { - log.Info("should show table here") + log.Info("gocui: should show table here") + if t == nil { + return + } + log.Info("gocui: table.Title", t.Title) } func enableWidget(n *tree.Node) { -- cgit v1.2.3