mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -08:00
Powershell is dumb
This commit is contained in:
parent
2933393f55
commit
eccbdac3b2
@ -1,7 +1,9 @@
|
|||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user