* Again change ANSI font handling
* Add prompt.json
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user