From a20b42d2b4bf42fc9d6b9883439235fe43b7f533 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 12 Sep 2011 00:55:00 +0200 Subject: Add an history in the RosterInfoTab (Fixes #2223) --- src/tabs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index dc20b65f..37c5e888 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1378,6 +1378,7 @@ class RosterInfoTab(Tab): def execute_slash_command(self, txt): if txt.startswith('/'): + self.input.key_enter() self.execute_command(txt) return self.reset_help_message() -- cgit v1.2.3