summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tabs.py b/src/tabs.py
index f3424b56..6a79adce 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -2482,11 +2482,11 @@ class RosterInfoTab(Tab):
self.input.do_command("/") # we add the slash
def reset_help_message(self, _=None):
+ self.input = self.default_help_message
if self.core.current_tab() is self:
curses.curs_set(0)
- self.input = self.default_help_message
- self.input.refresh()
- self.core.doupdate()
+ self.input.refresh()
+ self.core.doupdate()
return True
def execute_slash_command(self, txt):