How to prevent overwriting? #3686
Unanswered
Ekrizdis367
asked this question in
Troubleshoot
Replies: 1 comment
|
@Ekrizdis367 that depends on the shell you use. If they do not offer out of the box right prompt functionality (and handle it correctly), we print a right prompt manually which gets overridden. The additional logic to identify we're there and hide is shell side, and not something worthwhile to invest time in (it's not easy, and should be a shell's responsibility). If you're talking about a right aligned block (not |
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.
Hello!
Is it possible to prevent long text/commands from overlapping the right-aligned items, and instead breaking to a new line (wrapping) just before?
Or is the best way to avoid this to have it start the prompt on the line below?
All reactions