Replies: 1 comment
-
It's a feature, it's pretty much impossible to detect all the different states where we should or should not show the newline, so we've decided to stick to always matching the behavior rather than risking inconsistent behavior. Matching the behavior for clear screen requires some additional changes and some terminal emulators may hijack the key combo, in which case that needs to be handled as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice something weird (to me), that when ever I open a new terminal, it have a blank line before the pure prompt. But when I Ctrl + L (clear) it do not have the blank line again
Well, the new line before prompt is not something new for me BUT, others prompt (like starship) still have the blank line after clear
I just curious about is this something that has to be or a bug
Ideally, I want no blank line at the start of session but still want one between commands
Beta Was this translation helpful? Give feedback.
All reactions