summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-09-12 00:55:00 +0200
committermathieui <mathieui@mathieui.net>2011-09-12 00:55:00 +0200
commita20b42d2b4bf42fc9d6b9883439235fe43b7f533 (patch)
tree9dae8ee9b93600199e23ea022aad6e9c4d89679b /src/tabs.py
parent71ed190f30bc41a62da6c45089895b76b5b8b18d (diff)
downloadpoezio-a20b42d2b4bf42fc9d6b9883439235fe43b7f533.tar.gz
poezio-a20b42d2b4bf42fc9d6b9883439235fe43b7f533.tar.bz2
poezio-a20b42d2b4bf42fc9d6b9883439235fe43b7f533.tar.xz
poezio-a20b42d2b4bf42fc9d6b9883439235fe43b7f533.zip
Add an history in the RosterInfoTab (Fixes #2223)
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 1 insertions, 0 deletions
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()