CONTRIBUTING guideAgnosterPlus cuts out last line of output
Expected behavior: Last line is not cut out
Actual behavior: Last line is cut out

Top listing is AgnosterPlus
Bottom listing is Agnoster
You can see that oh-my-posh3 folder isn't appearing, no idea if that is intentional. Doesn't happen in PowerShell because it prints one empty line at the end of output.
That's probably due to moving the cursor up. Although it shouldn't clear the line behind the cursor, it is being cleared after the cursor. Pressing enter should in that case also clear the prompt.

Just few enter presses
Found the issue, will try to fix it. The problem is the line is cleared while moving the cursor. It should only do so after the last segment of a block.
3.44.3 should be available soon.