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 process outputs a message without line break, final prompt will override the last output.
Expected behavior
prompt will make a new line or at least it will write directly after the last output.
Actual behavior
Here's a small screen cast:
This also happens with transfer.sh here the official sample:
# Upload using cURL
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
https://transfer.sh/DKY5oH/hello.txt # this line will be overritten
Maybe the behavior is working as "expected" in the view of Unix terms, but especially when see the transfer.sh sample, it shows, this is maybe not the case.
Description
If the process outputs a message without line break, final prompt will override the last output.
Expected behavior
prompt will make a new line or at least it will write directly after the last output.
Actual behavior
Here's a small screen cast:
This also happens with transfer.sh here the official sample:
Maybe the behavior is working as "expected" in the view of Unix terms, but especially when see the transfer.sh sample, it shows, this is maybe not the case.
Versions
The text was updated successfully, but these errors were encountered: