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

Missing newline consistency #2

Open
daymxn opened this issue Dec 21, 2021 · 0 comments
Open

Missing newline consistency #2

daymxn opened this issue Dec 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@daymxn
Copy link
Owner

daymxn commented Dec 21, 2021

When the previous command does not have a NEWLINE in it's output, the prompt shows up next to it. We could just add a NEWLINE to the start of prompt, but that doesn't look very clean. A solution would be implemented a MITM technique on stdout and just append NEWLINE before prompt if it isn't already present. This may be overkill though, and other solutions should be explored before-hand.

Example:

dShell $ > less test.txt
Hello World!dShell $ >
@daymxn daymxn added the bug Something isn't working label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant