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 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() |