* More work on menu system and form handling. Lots of work to do!
This commit is contained in:
@@ -70,6 +70,10 @@ TextView.prototype.setFocus = function(focused) {
|
||||
this.client.term.write(this.getANSIColor(this.getFocusColor()));
|
||||
};
|
||||
|
||||
TextView.prototype.getViewData = function() {
|
||||
return this.text;
|
||||
};
|
||||
|
||||
TextView.prototype.setText = function(text) {
|
||||
this.text = text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user