mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 03:06:04 +02:00
* Again change ANSI font handling
* Add prompt.json
This commit is contained in:
parent
1e3e0b8baa
commit
91d395e8bc
7 changed files with 188 additions and 18 deletions
|
@ -35,8 +35,6 @@ function View(options) {
|
|||
this.acceptsFocus = options.acceptsFocus || false;
|
||||
this.acceptsInput = options.acceptsInput || false;
|
||||
|
||||
//this.submit = this.acceptsInput ? options.acceptsInput || false : false;
|
||||
|
||||
this.position = { x : 0, y : 0 };
|
||||
this.dimens = { height : 1, width : 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue