Public/Get-HostWidth.ps1

function Get-HostWidth {
  return $Host.UI.RawUI.BufferSize.Width
}