1
0
mirror of https://github.com/Ed94/refactor.git synced 2025-04-04 16:17:59 -07:00

Powershell is dumb

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:43:22 -04:00
parent 2933393f55
commit eccbdac3b2

@ -1,6 +1,8 @@
if ($Host.UI.SupportsVirtualTerminal) {
$Host.UI.RawUI.CursorPosition = @{X=0; Y=0}
}
if ($PSVersionTable.PSEdition -ne "Core")
{
$Host.UI.RawUI.CursorPosition = @{X=0; Y=0}
}
[string] $type = $null
[string] $test = $false