From ab0cabb25dd12cad75fb7c894d9b4cbf2418e6cf Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 10 Dec 2025 10:43:10 +0800 Subject: [PATCH] 1.12.2 --- cmd/status/view.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/status/view.go b/cmd/status/view.go index c3a5bc3..f3733ba 100644 --- a/cmd/status/view.go +++ b/cmd/status/view.go @@ -201,7 +201,7 @@ func renderHeader(m MetricsSnapshot, errMsg string, animFrame int, termWidth int if errMsg != "" { return lipgloss.JoinVertical(lipgloss.Left, headerLine, "", mole, dangerStyle.Render(errMsg), "") } - return headerLine + "\n" + mole + return headerLine + "\n\n" + mole } func getScoreStyle(score int) lipgloss.Style {