my( $cols, $lines ) = qx( powershell -command "&{ \$H=get-host; \$H.ui.rawui.WindowSize.Width; \$H.ui.rawui.WindowSize.Height; }" ) =~ /(\d+)/g;