You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
No exception, but the rendering is incorrect.
Screenshot
As is shown in the GIF below, the cursor position is off when the dynamic help rendering needs buffer scroll-up.
This is because when it comes to adjust the cursor position, the code doesn't take into account the extra physical lines introduced by multi-line text.
Prerequisites
Exception report
No exception, but the rendering is incorrect.
Screenshot
As is shown in the GIF below, the cursor position is off when the dynamic help rendering needs buffer scroll-up.
This is because when it comes to adjust the cursor position, the code doesn't take into account the extra physical lines introduced by multi-line text.
Environment data
Steps to reproduce
get-Command -Name
to the lineYou will see the cursor position becomes incorrect.
Expected behavior
Cursor position should be at the end of
get-Command -Name
Actual behavior
Cursor position becomes incorrect.
The text was updated successfully, but these errors were encountered: