private/Get-HostHeight.ps1

# Required for unit test mocking
function Get-HostHeight {
    return $Host.UI.RawUI.WindowSize.Height
}