If you type in the terminal and put in more characters than the width of the terminal, it will insert a newline. This becomes visible if the terminal is resized. (I typed 'a's until it broke into the next line and then made the window larger.)
This is really annoying if you want to copy something to the clipboard that was to long to fit the terminal. In this case the newline is copied too. (I copied the selected part and pasted it into the text editor, notice that the text editor has two lines instead of one.)
I personally ran into this when I tried copy a link from the terminal, here an example:
$ pro https://bit.ly/2FKXahh
<html>
<head><title>Bitly</title></head>
<body><a href="http://static.asynts.com/2020/09/20/very-long-file-name-that-does-not-fit-the-terminal">moved here</a></body>
</html>
$ pro -O <copy-and-paste-the-link-from-above>
Because the link doesn't fit, the terminal inserts a newline and then only copies http://static.asynts.com/2020/09/20/very-long-file-name-that-does
and tries to run another -not-fit-the-terminal
command.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too