CONTRIBUTING guideCan I get a left prompt and right prompt on the same line, and have the cursor on that line (type commands on that line?)
For an example of what I want, look at this custom theme I made from Oh-My-Posh v2:

There is a right prompt in this example on both the left and right sides, and they're on the same line. The cursor is also on that line, laying next to the left prompt. I want this functionality in Oh-My-Posh 3. Here is what I have achieved so far:

In this theme, the right prompt is one line higher than the left prompt.
slimExpected behavior: [What you expected to happen]
A documented way to get prompts and the cursor on the same line.
Actual behavior: [What actually happened]
No documentation on how to do this
Check out the rprompt block. It will be positioned on the same line as the cursor.
Thank you ;) I will see if it works, which I bet it will. If I can't figure it out I'll reopen the issue.
Most helpful comment
Check out the
rpromptblock. It will be positioned on the same line as the cursor.