From 0d85a0ef02516eb9677e21390325413e4c4132e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 05:00:19 -0500 Subject: try to print times in the patches table --- tablePatches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tablePatches.go') diff --git a/tablePatches.go b/tablePatches.go index e777afe..5aa0726 100644 --- a/tablePatches.go +++ b/tablePatches.go @@ -60,7 +60,7 @@ func (pb *Patches) MakeTable() *PatchesTable { // todo return p.Ctime.AsTime() }) - col.Width = 4 + col.Width = 12 col = t.AddState() col.Width = 20 -- cgit v1.2.3