fixed #2258
This commit is contained in:
parent
fdf6a00bbc
commit
7683bf92a7
1 changed files with 2 additions and 1 deletions
|
@ -1417,7 +1417,8 @@ class RosterInfoTab(Tab):
|
|||
self.input.do_command("/") # we add the slash
|
||||
|
||||
def reset_help_message(self, _=None):
|
||||
curses.curs_set(0)
|
||||
if self.core.current_tab() is self:
|
||||
curses.curs_set(0)
|
||||
self.input = self.default_help_message
|
||||
self.input.refresh()
|
||||
self.core.doupdate()
|
||||
|
|
Loading…
Reference in a new issue