mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Lots of code cleanup
* New standard MCI codes for labels * WIP MaskEditTextView * Extra styles for EditTextView
This commit is contained in:
parent
1a1dd53ca1
commit
a96af34a20
12 changed files with 150 additions and 62 deletions
|
@ -191,6 +191,11 @@ View.prototype.getSGR = function() {
|
|||
return this.ansiSGR;
|
||||
};
|
||||
|
||||
View.prototype.getStyleSGR = function(x) {
|
||||
assert(_.isNumber(x));
|
||||
return this['styleSGR' + x];
|
||||
}
|
||||
|
||||
View.prototype.getFocusSGR = function() {
|
||||
return this.ansiFocusSGR;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue