* msg_network.js: Management of message network modules (start/stop/etc.)

* Minor updates to ES6 in some areas
* Better bbs.js startup seq
* Better iterator support for loadModulesForCategory()
* Start work on loading message network modules & tieing in record() (WIP)
* FTN PacketHeader is now a ES6 class
* Various FTN utils, e.g. Via line creation
This commit is contained in:
Bryan Ashby 2016-02-16 22:11:55 -07:00
parent 13d5c4d8f4
commit 74f5342997
10 changed files with 388 additions and 96 deletions

View file

@ -309,7 +309,7 @@ function FullScreenEditorModule(options) {
// in NetRunner:
self.client.term.rawWrite(ansi.reset() + ansi.deleteLine(3));
//self.client.term.rawWrite(ansi.reset() + ansi.eraseLine(2))
self.client.term.rawWrite(ansi.reset() + ansi.eraseLine(2))
}
callback(null);
},