Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt overrides last output #2012

Open
arakis opened this issue Jul 22, 2022 · 1 comment
Open

Prompt overrides last output #2012

arakis opened this issue Jul 22, 2022 · 1 comment

Comments

@arakis
Copy link

arakis commented Jul 22, 2022

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:

Peek 2022-07-22 06-53

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.

Versions

@thaomaniac
Copy link

I have the same problem, has anyone solved this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants