summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index 70c2e59c..e1fc292b 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -532,7 +532,7 @@ class HandlerCore:
if tab is self.core.current_tab():
tab.text_win.refresh()
- tab.info_header.refresh(tab, tab.text_win)
+ tab.info_header.refresh(tab, tab.text_win, user=tab.own_user)
tab.input.refresh()
self.core.doupdate()
elif tab.state != old_state: