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
If the text printed to the terminal is long enough that its text is shown in the next line, and we copy the text from the terminal, the resulting copied text will have unwanted line breaks when pasted into the editor.
Yes it happens in x-terminal and terminus (the only two I tried).
This looks like a powershell/bash issue.
The problem is that the process sends the text with a newline character when it wraps so there is no way of knowing whether the newline character was supposed to be there or not.
If the text printed to the terminal is long enough that its text is shown in the next line, and we copy the text from the terminal, the resulting copied text will have unwanted line breaks when pasted into the editor.
For example, the result of:
will be copied as:
The text was updated successfully, but these errors were encountered: