mirror of
https://github.com/Ed94/refactor.git
synced 2025-06-16 19:51:49 -07:00
Powershell is dumb
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user