diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py index 2d071973..2149e36c 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -918,6 +918,7 @@ class RosterInfoTab(Tab): def reset_help_message(self, _=None): curses.curs_set(0) self.input = self.default_help_message + self.core.refresh_window() return True def execute_slash_command(self, txt): |