From b6076aacaf4dc0b74254840332640ab0bff7f2be Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 12:20:27 -0500 Subject: have the 'U' stand out in the list --- tableSmart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tableSmart.go') diff --git a/tableSmart.go b/tableSmart.go index 33c5269..293987e 100644 --- a/tableSmart.go +++ b/tableSmart.go @@ -53,7 +53,7 @@ func (m *Machine) makeSmartTable(pb *Packages) *PackagesTable { col = t.AddStringFunc(" I", func(p *Package) string { if m.WillUpgrade(p) { - return "U" + return " U" } if m.IsInstalled(p.Package) { return " X" -- cgit v1.2.3