Comment 1 for bug 1338976

Revision history for this message
Stephen Boddy (stephen-j-boddy) wrote :

You can already use profiles and layouts to configure multi-coloured pre-sets. Dynamically flipping an individual window as you ssh around would be very tricky. The locally running terminator has no real understanding of what machine you have just ssh'd too. You would either have to start parsing lines in the console to look for prompt patterns containing a hostname, or parse the process tree looking for the ssh command, then parse the arguments to find the target host. Of course that breaks down if you then ssh from that host to another host, because you will not be able to parse the first ssh targets process list.