* SSH is now functional for 'ssh', PuTTY, SyncTerm, EtherTerm, and hopefully most others
* Explicit detect of syncterm as ANSI * Add serverType (TELNET, SSH) MCI: %ST
This commit is contained in:
@@ -784,4 +784,8 @@ TelnetServerModule.prototype.createServer = function() {
|
||||
});
|
||||
|
||||
return server;
|
||||
};
|
||||
};
|
||||
|
||||
TelnetServerModule.prototype.getServerType = function() {
|
||||
return 'TELNET';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user