mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Powershell is dumb
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user