* 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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user