* WIP on standard menu and menu.json MCI / form mapping. Much to do...

This commit is contained in:
Bryan Ashby 2015-03-26 22:58:22 -06:00
parent 4c4b0de54c
commit cca9334bd3
4 changed files with 180 additions and 2 deletions

View file

@ -34,6 +34,8 @@ LogOffModule.prototype.mciReady = function(mciMap) {
LogOffModule.prototype.finishedLoading = function() {
LogOffModule.super_.prototype.finishedLoading.call(this);
this.client.term.write(ansi.normal() + '\nATH0\n');
this.client.end();
};