diff options
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 1 |
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() } |
