*/
public SSH(final PluginBus bus, final String id) {
super(bus, id);
// create a new telnet protocol handler
handler = new SshIO() {
/** get the current terminal type */
public String getTerminalType() {
return (String)bus.broadcast(new TerminalTypeRequest());
}
/** get the current window size */