summaryrefslogtreecommitdiff
path: root/poezio/tabs/data_forms.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-05 19:36:42 +0200
committermathieui <mathieui@mathieui.net>2016-10-05 19:37:34 +0200
commiteacc5a6fb188af6b7027064e4bc34212729334dd (patch)
tree12bc8ce7cc0f33b990d07a2aca774f6e4242c1e2 /poezio/tabs/data_forms.py
parent361aea1440973839b786cd6ca223c5a39e81410e (diff)
downloadpoezio-eacc5a6fb188af6b7027064e4bc34212729334dd.tar.gz
poezio-eacc5a6fb188af6b7027064e4bc34212729334dd.tar.bz2
poezio-eacc5a6fb188af6b7027064e4bc34212729334dd.tar.xz
poezio-eacc5a6fb188af6b7027064e4bc34212729334dd.zip
Fix #3100 (Allow pasting in a data form)
Diffstat (limited to 'poezio/tabs/data_forms.py')
-rw-r--r--poezio/tabs/data_forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/data_forms.py b/poezio/tabs/data_forms.py
index 0edf9e89..c73f4922 100644
--- a/poezio/tabs/data_forms.py
+++ b/poezio/tabs/data_forms.py
@@ -52,7 +52,7 @@ class DataFormsTab(Tab):
self.help_win_dyn.refresh(self.form_win.get_help_message())
self.form_win.refresh_current_input()
else:
- self.form_win.on_input(key)
+ self.form_win.on_input(key, raw=raw)
def resize(self):
self.need_resize = False