From 9374a3e27c2bb924cd84aaac97fe8e8eec0c2bf4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 04:19:36 -0500 Subject: also show state change --- tableReposDefault.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tableReposDefault.go b/tableReposDefault.go index 362bb02..637d4a2 100644 --- a/tableReposDefault.go +++ b/tableReposDefault.go @@ -89,6 +89,9 @@ func (pb *Repos) MakeDefaultTB() *ReposTable { col.Width = 20 col = t.AddState() + col.Width = 16 + + col = t.AddStateChange() col.Width = -1 return t -- cgit v1.2.3