summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tabs.py2
-rw-r--r--src/windows.py5
2 files changed, 6 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 1c0e4d93..c7ba1b50 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -308,7 +308,7 @@ class InfoTab(ChatTab):
return False
def on_enter(self):
- self.execute_command(self.input_enter_key())
+ self.execute_command(self.input.key_enter())
def on_lose_focus(self):
self.color_state = theme.COLOR_TAB_NORMAL
diff --git a/src/windows.py b/src/windows.py
index b14bb93f..d856b31c 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1000,6 +1000,11 @@ class Input(Win):
self.line_pos = 0
self.rewrite_text()
+ def key_enter(self):
+ txt = self.get_text()
+ self.clear_text()
+ return txt
+
class MessageInput(Input):
"""
The input featuring history and that is being used in