mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Lots of work with fonts: Support mappings of various cterm/SyncTERM fonts.
* Load font info from SAUCE * Better work with defaults & theme values
This commit is contained in:
parent
586f3d60b3
commit
5faa11664b
15 changed files with 233 additions and 39 deletions
|
@ -80,7 +80,7 @@ TextView.prototype.setFocus = function(focused) {
|
|||
this.client.term.write(this.getANSIColor(this.getFocusColor()));
|
||||
};
|
||||
|
||||
TextView.prototype.getViewData = function() {
|
||||
TextView.prototype.getData = function() {
|
||||
return this.text;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue