diff --git a/internal/ui/dialog/sessions_item.go b/internal/ui/dialog/sessions_item.go index 2532e8c19a75ef061266afd42d688016ea0ab3c9..53ddaa3c1713d100b62ef5df25c3878663759e52 100644 --- a/internal/ui/dialog/sessions_item.go +++ b/internal/ui/dialog/sessions_item.go @@ -154,7 +154,7 @@ func renderItem(t ListItemStyles, title string, info string, focused bool, width // because we can control the underline start and stop more // precisely via [ansi.AttrUnderline] and [ansi.AttrNoUnderline] // which only affect the underline attribute without interfering - // with other style + // with other style attributes. parts = append(parts, ansi.NewStyle().Underline(true).String(), ansi.Cut(title, start, stop+1),