mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-29 07:43:20 +02:00
* Tons of work with menu/prompts refactoring -- more to come soon
* More work with menu/prompt accets
This commit is contained in:
parent
5faa11664b
commit
bac2f63c1a
21 changed files with 871 additions and 238 deletions
|
@ -38,8 +38,6 @@ MatrixModule.prototype.enter = function(client) {
|
|||
|
||||
MatrixModule.prototype.beforeArt = function() {
|
||||
MatrixModule.super_.prototype.beforeArt.call(this);
|
||||
|
||||
this.client.term.write(ansi.resetScreen());
|
||||
};
|
||||
|
||||
MatrixModule.prototype.mciReady = function(mciMap) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue