mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
* A few updates to experimental per-client child logging
* StatusBarView skeleton * Code cleanup * Menus scan specify emulated baud rate
This commit is contained in:
parent
8fecc779d1
commit
a241f91546
7 changed files with 75 additions and 11 deletions
|
@ -152,6 +152,10 @@ MenuModule.prototype.beforeArt = function() {
|
|||
if(this.menuConfig.options.cls) {
|
||||
this.client.term.write(ansi.resetScreen());
|
||||
}
|
||||
|
||||
if(_.isNumber(this.menuConfig.options.baudRate)) {
|
||||
this.client.term.write(ansi.setEmulatedBaudRate(this.menuConfig.options.baudRate));
|
||||
}
|
||||
};
|
||||
|
||||
MenuModule.prototype.mciReady = function(mciData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue