Closed Schweber closed 5 months ago
What happens if you change this setting in the config.nu render_right_prompt_on_last_line
?
Setting render_right_prompt_on_last_line: true
resolves the issue.
I recently merged the config.nu
of the new nushell version into my old one and i guess i changed the setting in the process, causing this issue.
Thank you!
Still curious why it appeared above and setting it to true
fixed it. I thought the idea of the setting was that it takes effect when your input/prompt gets longer than one line to keep the right prompt out of the way or if false
at the same height as the left prompt.
I want to have the left and the right prompt at the same level at all times. However, the right prompt is drawn one line above as soon as the prompt is redrawn for the first time:
It worked before the update to nushell v0.95, could this have introduced this behavior?
Please see this issue in
oh-my-posh
.