* WIP on SSH2 access: Linux ssh can now connect, browse, etc.

* Still issues with other terminals such as EtherTERM which just hangs after auth. Does not seem to send the 'shell' event
* Fix typo in msg_list module
This commit is contained in:
Bryan Ashby 2015-10-20 22:37:39 -06:00
parent 0f1fe31fe5
commit 6a2d283fad
2 changed files with 80 additions and 14 deletions

View file

@ -149,7 +149,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
msgNum = 1;
msgListView.setFocusItems(_.map(self.messageList, function formatMsgListEntry(mle) {
return focusListFormat.format(getMsgFmtObj(mle));
});
}));
msgListView.on('index update', function indexUpdated(idx) {
self.setViewText(MciCodesIds.MsgSelNum, (idx + 1).toString());