This commit is contained in:
Florent Le Coz 2011-09-30 17:30:06 +02:00
parent fdf6a00bbc
commit 7683bf92a7

View file

@ -1417,6 +1417,7 @@ class RosterInfoTab(Tab):
self.input.do_command("/") # we add the slash
def reset_help_message(self, _=None):
if self.core.current_tab() is self:
curses.curs_set(0)
self.input = self.default_help_message
self.input.refresh()