From 35cc8c068f0883e685cef3824b0a238145c680a1 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 20 Feb 2026 12:14:45 +0300 Subject: Fix: force update statusline on colorchange --- helpfuncs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 194d5a9..5356472 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -61,6 +61,7 @@ func refreshChatDisplay() { displayText := chatToText(filteredMessages, cfg.ShowSys) textView.SetText(displayText) colorText() + updateStatusLine() if scrollToEndEnabled { textView.ScrollToEnd() } -- cgit v1.2.3