msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Ability to split screen & group broadcast like Terminator #322

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As far I can see, that Terminator doesn't have such functionality, but the 
other one at http://www.tenshu.net/p/terminator.html does.

Either way, this amounts to implementing an application-specific tiling window 
manager from scratch, since the Windows API has no support for this. This 
doesn't fit with the minimalist approach I'm taking with mintty, i.e. I believe 
this sort of functionality should be provided at the desktop level rather than 
the application level. More prosaically, I simply don't have the time for such 
a substantial project.

See also issue 8.

Original issue reported on code.google.com by Tiger2Wa...@gmail.com on 21 Feb 2012 at 7:36