* Some WIP inputType

This commit is contained in:
Bryan Ashby 2015-04-07 23:15:34 -06:00
parent 9bc1e2f3d1
commit 6d84018ef5
3 changed files with 38 additions and 6 deletions

View file

@ -39,7 +39,7 @@ function View(client, options) {
this.textStyle = this.options.textStyle || 'normal';
this.focusTextStyle = this.options.focusTextStyle || this.textStyle;
if(this.options.id) {
this.setId(this.options.id);
}
@ -48,7 +48,8 @@ function View(client, options) {
this.setPosition(this.options.position);
}
this.isPasswordTextStyle = 'P' === this.textStyle || 'password' === this.textStyle;
// this.isPasswordTextStyle = 'P' === this.textStyle || 'password' === this.textStyle;
// :TODO: Don't allow width/height > client.term
if(this.options.dimens && this.options.dimens.height) {