mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
+ Start of iCE color support... ish.
* Initial NU-MAYA theme matrix
This commit is contained in:
parent
f2388ceed1
commit
7bac1b5193
6 changed files with 39 additions and 7 deletions
|
@ -24,7 +24,11 @@ exports.entryPoint = entryPoint;
|
|||
|
||||
function entryPoint(client) {
|
||||
|
||||
client.term.write(ansi.resetScreen());
|
||||
//client.term.write('\x1b[?33h');
|
||||
|
||||
theme.displayThemeArt('MATRIX', client, function onMatrix(err, mciMap) {
|
||||
console.log(mciMap);
|
||||
if(mciMap.ET1 && mciMap.ET2 && mciMap.BN1 && mciMap.BN2 && mciMap.BN3) {
|
||||
//
|
||||
// Form via EditTextViews and ButtonViews
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue