Powershell is dumb

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

View File

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