summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-20 12:14:45 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-20 12:14:45 +0300
commit35cc8c068f0883e685cef3824b0a238145c680a1 (patch)
tree0d5727f4b458c15f3eacde8ce2d28d5d720ed0b3 /helpfuncs.go
parent27fdec13611a5757ff35e15606e939c4e15187cf (diff)
Fix: force update statusline on colorchange
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go1
1 files changed, 1 insertions, 0 deletions
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()
}