summaryrefslogtreecommitdiff
path: root/poezio/windows/data_forms.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-16 20:11:13 +0200
committermathieui <mathieui@mathieui.net>2021-04-16 20:20:15 +0200
commit244dbf3a22383be07571f89c680b1aae1253c9a0 (patch)
tree6b1122e04a549fd677b47f2df6054b86cee78602 /poezio/windows/data_forms.py
parentf915e9a3ab082e19f6a87c3b00ac0b7a65ca7abd (diff)
downloadpoezio-244dbf3a22383be07571f89c680b1aae1253c9a0.tar.gz
poezio-244dbf3a22383be07571f89c680b1aae1253c9a0.tar.bz2
poezio-244dbf3a22383be07571f89c680b1aae1253c9a0.tar.xz
poezio-244dbf3a22383be07571f89c680b1aae1253c9a0.zip
fix: pasting text in data forms and bookmarkstab
Fix #3519
Diffstat (limited to 'poezio/windows/data_forms.py')
-rw-r--r--poezio/windows/data_forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/data_forms.py b/poezio/windows/data_forms.py
index 7e746774..bdc6cfe1 100644
--- a/poezio/windows/data_forms.py
+++ b/poezio/windows/data_forms.py
@@ -189,7 +189,7 @@ class TextMultiWin(FieldInputMixin):
if not self.options or self.options[-1] != '':
self.options.append('')
else:
- self.edition_input.do_command(key)
+ self.edition_input.do_command(key, raw=raw)
self.refresh()
def refresh(self):