mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 23:54:38 +02:00
* More work on menu system and form handling. Lots of work to do!
This commit is contained in:
parent
d6ffa2b26e
commit
3274908586
7 changed files with 54 additions and 11 deletions
|
@ -75,6 +75,7 @@ function ANSIEscapeParser(options) {
|
|||
//self.bgColor = 0;
|
||||
self.fgColor = 39;
|
||||
self.bgColor = 49;
|
||||
self.flags = 0;
|
||||
};
|
||||
|
||||
self.rowUpdated = function() {
|
||||
|
@ -298,8 +299,10 @@ function ANSIEscapeParser(options) {
|
|||
self.bgColor = arg;
|
||||
} else {
|
||||
self.flags |= arg;
|
||||
|
||||
if(0 === arg) {
|
||||
self.resetColor();
|
||||
//self.flags = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue