mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue