mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 19:48:23 +02:00
* Start work on new ANSI parser color/style system. Mostly notes. Will do in bulk later
* Start of styleColorX concept
This commit is contained in:
parent
39fff7826c
commit
48be2f69be
9 changed files with 109 additions and 26 deletions
|
@ -459,7 +459,7 @@ function display(options, cb) {
|
|||
mci[mapItem].focusColor = {
|
||||
fg : parser.fgColor,
|
||||
bg : parser.bgColor,
|
||||
flags : parser.flags,
|
||||
flags : parser.style,
|
||||
};
|
||||
mci[mapItem].focusArgs = args;
|
||||
} else {
|
||||
|
@ -468,7 +468,7 @@ function display(options, cb) {
|
|||
color : {
|
||||
fg : parser.fgColor,
|
||||
bg : parser.bgColor,
|
||||
flags : parser.flags,
|
||||
flags : parser.style,
|
||||
},
|
||||
code : mciCode,
|
||||
id : parseInt(id, 10),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue