Earlier quoted context omitted.
Yes, that is correct. Display mode: MODE CON[:] [COLS=c] [LINES=n]
Hey!!! This works in PowerShell (non-ISE)!!!! Breaks my 112 column limit, despite a default setting of 200. Added this to the end my Microsoft.PowerShell_profile.ps1 in my $HOME\Documents\WindowsPowerShell directory. (run: "notepad $PROFILE" in PS) MODE CON COLS=200 Clear-Host (I get some artifacts)
There are a lot of subtle improvements I think many are not aware of, like, if you paste in text with smart quotes they will be changed to straight quotes.