summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index a7c302dc..28154241 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1049,6 +1049,8 @@ class Core(object):
tab = self.get_tab_by_name(jid, tabs.ConversationTab)
if tab:
tab.add_message(msg, typ=2)
+ if self.current_tab() is tab:
+ self.refresh_window()
####################### Curses and ui-related stuff ###########################