mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* More View updates
This commit is contained in:
parent
c7b4714c3d
commit
eab6da2b0a
11 changed files with 592 additions and 38 deletions
|
@ -418,7 +418,7 @@ function display(art, options, cb) {
|
|||
|
||||
parser.on('mci', function onMCI(mciCode, args) {
|
||||
if(mci[mciCode]) {
|
||||
mci[mciCode].altColor = {
|
||||
mci[mciCode].focusColor = {
|
||||
fg : parser.fgColor,
|
||||
bg : parser.bgColor,
|
||||
flags : parser.flags,
|
||||
|
@ -430,7 +430,9 @@ function display(art, options, cb) {
|
|||
fg : parser.fgColor,
|
||||
bg : parser.bgColor,
|
||||
flags : parser.flags,
|
||||
}
|
||||
},
|
||||
code : mciCode.substr(0, 2),
|
||||
id : mciCode.substr(2, 1), // :TODO: This NEEDs to read 01-99
|
||||
};
|
||||
|
||||
mciPosQueue.push(mciCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue