We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85893b2 commit 0afed25Copy full SHA for 0afed25
PSMenu/Public/Show-Menu.ps1
@@ -105,7 +105,6 @@ function Show-Menu {
105
$Position = Get-WrappedPosition $MenuItems -Position 0 -PositionOffset 1
106
107
$CurrentSelection = $InitialSelection
108
- $CursorPosition = [System.Console]::CursorTop
109
110
try {
111
[System.Console]::CursorVisible = $False # Prevents cursor flickering
0 commit comments