You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using bracketed paste, pasting text that contains newline characters, the text is stripped of the newline characters. As far as I can tell, bracketed paste should preserve newlines.
To Reproduce
Steps to reproduce the behavior:
Enable bracketed paste
Run the application and paste text containing newlines
Checking the pasted text for newline characters returns false
Expected behavior
The pasted text should preserve the newline characters.
OS
Arch Linux
Terminal/Console
Yakuake
Konsole
The text was updated successfully, but these errors were encountered:
So I tried out a whole variety of different terminals and came to the conclusion that some just write \r instead of \n when pasting. I guess I could just convert \r to \n in that case and it should be fine (?).
Describe the bug
When using bracketed paste, pasting text that contains newline characters, the text is stripped of the newline characters. As far as I can tell, bracketed paste should preserve newlines.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The pasted text should preserve the newline characters.
OS
Terminal/Console
The text was updated successfully, but these errors were encountered: