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