We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde10a7 commit c89cc2cCopy full SHA for c89cc2c
prompt_toolkit/clipboard/pyperclip.py
@@ -38,5 +38,5 @@ def get_data(self) -> ClipboardData:
38
else:
39
return ClipboardData(
40
text=text,
41
- type=SelectionType.LINES if "\n" in text else SelectionType.LINES,
+ type=SelectionType.LINES if "\n" in text else SelectionType.CHARACTERS,
42
)
0 commit comments