Linked by fran on Sat 24th Dec 2011 10:08 UTC
Thread beginning with comment 501203
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Console2 is great, but...
1) try running multiple tabs and killing one of it's spawned processes.
2) try running some "full screen textmode" programs (ie, those using the console API rather than just writing stdout).
I'm afraid there's no simple way to get it working perfectly... the Win32 console API was written for speed, backward compatibility and to be similar to hardware PC text video modes, not for flexible goodness :/




Member since:
2011-06-20
Indeed it is unfortunate that the maximize button on the console host doesn't actually maximize in both the horizontal and vertical directions. This is not the fault of PowerShell, though, but of the console host that it runs inside. The same host is used for cmd.exe.
In fact this is so retarded that Scott Hanselman, a Microsoft employee, recommends installing a third party console host. Full article here:
http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.a...